Html Css Color HEX #5F6606 Fiji Green

📋 copy color: '#5F6606'

red 95 ◦ green 102 ◦ blue 6

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

Shades of Fiji Green #5F6606

Tints of Fiji Green #5F6606

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.25%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 46.8%
G = 50.25%
B = 2.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#5F6606 (or 0x5F6606) is known color: Fiji Green. HEX triplet: 5F, 66 and 06. RGB value is (95,102,6). Sum of RGB (Red+Green+Blue) = 95+102+6=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6606 is #A099F9. Grayscale: #595959. Windows color (decimal): -10525178 or 419423. OLE color: 419423.

HSL color Cylindrical-coordinate representation of color #5F6606: hue angle of 64.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F6606 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB 95 102 6 -
CMYK 0.07 0 0.94 0.6
HSL 64.38º 0.89% 0.21% -
HSV(B) 64.38º 0.94% 0.4% -
XYZ 9.5 11.95 1.98 -
YUV 88.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 95 102 6 0.07 0 0.94 0.6 64.38 0.89 0.21
Hex 5F 66 6 7 0 5E 3C 40 59 15
Octal 137 146 6 7 0 136 74 100 131 25
Binary 1011111 1100110 110 111 0 1011110 111100 1000000 1011001 10101

Color Harmonies of #5F6606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6606

Black with #5F6606

Text Example


Text Example

White with #5F6606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,102,6); }

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

background-color css

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

 a { background-color: rgb(95,102,6); }

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

border-color css

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

 span { border-color: rgb(95,102,6); }

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