Html Css Color HEX #5F6212 Fiji Green

📋 copy color: '#5F6212'

red 95 ◦ green 98 ◦ blue 18

#5F6212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5F6212

Tints of Fiji Green #5F6212

RGB

 RED value IS 95 (37.5% from 255) = 45.02%

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 45.02%
G = 46.45%
B = 8.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#5F6212 (or 0x5F6212) is known color: Fiji Green. HEX triplet: 5F, 62 and 12. RGB value is (95,98,18). Sum of RGB (Red+Green+Blue) = 95+98+18=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6212 is #A09DED. Grayscale: #585858. Windows color (decimal): -10526190 or 1204831. OLE color: 1204831.

HSL color Cylindrical-coordinate representation of color #5F6212: hue angle of 62.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F6212 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 98 18 -
CMYK 0.03 0 0.82 0.62
HSL 62.25º 0.69% 0.23% -
HSV(B) 62.25º 0.82% 0.38% -
XYZ 9.2 11.21 2.25 -
YUV 87.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 95 98 18 0.03 0 0.82 0.62 62.25 0.69 0.23
Hex 5F 62 12 3 0 52 3E 3E 45 17
Octal 137 142 22 3 0 122 76 76 105 27
Binary 1011111 1100010 10010 11 0 1010010 111110 111110 1000101 10111

Color Harmonies of #5F6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6212

Black with #5F6212

Text Example


Text Example

White with #5F6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6212; }

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

 H1.HeaderClassName
 {
   color: #5F6212;
 }
 .AnyTagClassName
 {
   color: #5F6212;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #5F6212;
 }
 .BgClassName
 {
   background-color: #5F6212;
 }
</style>

border-color css

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

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

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