#62670B

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

Shades of Fiji Green #62670B

Tints of Fiji Green #62670B

Color information

#62670B (or 0x62670B) is unknown color: approx Fiji Green. HEX triplet: 62, 67 and 0B. RGB value is (98,103,11). Sum of RGB (Red+Green+Blue) = 98+103+11=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #62670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62670B is #9D98F4. Grayscale: #5B5B5B. Windows color (decimal): -10328309 or 747362. OLE color: 747362.

HSL color Cylindrical-coordinate representation of color #62670B: hue angle of 63.26º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62670B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB9810311-
CMYK0.0500.890.60
HSL63.26º80.7%22.35%-
HSV(B)63.26º89.32%40.39%-
XYZ9.9512.322.17-
YUV91.0282.84132.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 103 (40.62% from 255) = 48.58%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=46.23%
G=48.58%
B=5.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98103110.0500.890.6063.2680.722.35
Hex6267B50593C3f5116
Octal1421471350131747712126
Binary11000101100111101110101011001111100111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62670B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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