Html Css Color HEX #5F640F Fiji Green

📋 copy color: '#5F640F'

red 95 ◦ green 100 ◦ blue 15

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

Shades of Fiji Green #5F640F

Tints of Fiji Green #5F640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.62%

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 45.24%
G = 47.62%
B = 7.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#5F640F (or 0x5F640F) is known color: Fiji Green. HEX triplet: 5F, 64 and 0F. RGB value is (95,100,15). Sum of RGB (Red+Green+Blue) = 95+100+15=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #5F640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F640F is #A09BF0. Grayscale: #595959. Windows color (decimal): -10525681 or 1008735. OLE color: 1008735.

HSL color Cylindrical-coordinate representation of color #5F640F: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F640F is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 100 15 -
CMYK 0.05 0 0.85 0.61
HSL 63.53º 0.74% 0.23% -
HSV(B) 63.53º 0.85% 0.39% -
XYZ 9.36 11.58 2.19 -
YUV 88.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 95 100 15 0.05 0 0.85 0.61 63.53 0.74 0.23
Hex 5F 64 F 5 0 55 3D 40 4A 17
Octal 137 144 17 5 0 125 75 100 112 27
Binary 1011111 1100100 1111 101 0 1010101 111101 1000000 1001010 10111

Color Harmonies of #5F640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F640F

Black with #5F640F

Text Example


Text Example

White with #5F640F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,100,15); }

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

background-color css

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

 a { background-color: rgb(95,100,15); }

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

border-color css

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

 span { border-color: rgb(95,100,15); }

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