#62690D

Color #62690D Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #62690D

Tints of Fiji Green #62690D

Color information

#62690D (or 0x62690D) is unknown color: approx Fiji Green. HEX triplet: 62, 69 and 0D. RGB value is (98,105,13). Sum of RGB (Red+Green+Blue) = 98+105+13=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #62690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62690D is #9D96F2. Grayscale: #5C5C5C. Windows color (decimal): -10327795 or 878946. OLE color: 878946.

HSL color Cylindrical-coordinate representation of color #62690D: hue angle of 64.57º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62690D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB9810513-
CMYK0.0700.880.59
HSL64.57º77.97%23.14%-
HSV(B)64.57º87.62%41.18%-
XYZ10.1612.732.3-
YUV92.4283.18131.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 13 (5.47% from 255) = 6.02%
R=45.37%
G=48.61%
B=6.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105130.0700.880.5964.5777.9723.14
Hex6269D70583B414e17
Octal14215115701307310111627
Binary110001011010011101111010110001110111000001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62690D; }

 p { color: rgb(98,105,13); }

 H1.HeaderClassName
 {
   color: #62690D;
 }
 .AnyTagClassName
 {
   color: #62690D;
 }
</style>
background-color css

<style>
 a { background-color: #62690D; }

 a { background-color: rgb(98,105,13); }

 div.DivClassName
 {
   background-color: #62690D;
 }
 .BgClassName
 {
   background-color: #62690D;
 }
</style>
border-color css

<style>
 span { border-color: #62690D; }

 span { border-color: rgb(98,105,13); }

 td.TdClassName
 {
   border-color: #62690D;
 }
 .TagClassName
 {
   border-color: #62690D;
 }
</style>