#62770d

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

Shades of Fiji Green #62770D

Tints of Fiji Green #62770D

Color information

#62770D (or 0x62770D) is unknown color: approx Fiji Green. HEX triplet: 62, 77 and 0D. RGB value is (98,119,13). Sum of RGB (Red+Green+Blue) = 98+119+13=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #62770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62770D is #9D88F2. Grayscale: #656565. Windows color (decimal): -10324211 or 882530. OLE color: 882530.

HSL color Cylindrical-coordinate representation of color #62770D: hue angle of 71.89º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62770D is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB9811913-
CMYK0.1800.890.53
HSL71.89º80.3%25.88%-
HSV(B)71.89º89.08%46.67%-
XYZ11.7115.822.82-
YUV100.6478.54126.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=42.61%
G=51.74%
B=5.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98119130.1800.890.5371.8980.325.88
Hex6277D120593548501a
Octal142167152201316511012032
Binary11000101110111110110010010110011101011001000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62770d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62770d; }

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

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

<style>
 a { background-color: #62770d; }

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

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

<style>
 span { border-color: #62770d; }

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

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