#627212

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

Shades of Fiji Green #627212

Tints of Fiji Green #627212

Color information

#627212 (or 0x627212) is unknown color: approx Fiji Green. HEX triplet: 62, 72 and 12. RGB value is (98,114,18). Sum of RGB (Red+Green+Blue) = 98+114+18=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #627212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627212 is #9D8DED. Grayscale: #626262. Windows color (decimal): -10325486 or 1208930. OLE color: 1208930.

HSL color Cylindrical-coordinate representation of color #627212: hue angle of 70º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #627212 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB9811418-
CMYK0.1400.840.55
HSL70º72.73%25.88%-
HSV(B)70º84.21%44.71%-
XYZ11.1614.672.82-
YUV98.2782.7127.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=42.61%
G=49.57%
B=7.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114180.1400.840.557072.7325.88
Hex627212E0543746491a
Octal142162221601246710611132
Binary11000101110010100101110010101001101111000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627212; }

 p { color: rgb(98,114,18); }

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

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

 a { background-color: rgb(98,114,18); }

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

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

 span { border-color: rgb(98,114,18); }

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