#62690B

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

Shades of Fiji Green #62690B

Tints of Fiji Green #62690B

Color information

#62690B (or 0x62690B) is unknown color: approx Fiji Green. HEX triplet: 62, 69 and 0B. RGB value is (98,105,11). Sum of RGB (Red+Green+Blue) = 98+105+11=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #62690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62690B is #9D96F4. Grayscale: #5C5C5C. Windows color (decimal): -10327797 or 747874. OLE color: 747874.

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

Color convert

RGB9810511-
CMYK0.0700.900.59
HSL64.47º81.03%22.75%-
HSV(B)64.47º89.52%41.18%-
XYZ10.1512.722.24-
YUV92.1982.18132.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=45.79%
G=49.07%
B=5.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105110.0700.900.5964.4781.0322.75
Hex6269B705A3B405117
Octal14215113701327310012127
Binary110001011010011011111010110101110111000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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