Html Css Color HEX #5F6F28 Fiji Green

📋 copy color: '#5F6F28'

red 95 ◦ green 111 ◦ blue 40

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

Shades of Fiji Green #5F6F28

Tints of Fiji Green #5F6F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 38.62%
G = 45.12%
B = 16.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#5F6F28 (or 0x5F6F28) is known color: Fiji Green. HEX triplet: 5F, 6F and 28. RGB value is (95,111,40). Sum of RGB (Red+Green+Blue) = 95+111+40=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F28 is #A090D7. Grayscale: #626262. Windows color (decimal): -10522840 or 2649951. OLE color: 2649951.

HSL color Cylindrical-coordinate representation of color #5F6F28: hue angle of 73.52º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F6F28 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 111 40 -
CMYK 0.14 0 0.64 0.56
HSL 73.52º 0.47% 0.3% -
HSV(B) 73.52º 0.64% 0.44% -
XYZ 10.79 13.95 4.13 -
YUV 98.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 95 111 40 0.14 0 0.64 0.56 73.52 0.47 0.3
Hex 5F 6F 28 E 0 40 38 4A 2F 1E
Octal 137 157 50 16 0 100 70 112 57 36
Binary 1011111 1101111 101000 1110 0 1000000 111000 1001010 101111 11110

Color Harmonies of #5F6F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6F28

Black with #5F6F28

Text Example


Text Example

White with #5F6F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,111,40); }

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

background-color css

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

 a { background-color: rgb(95,111,40); }

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

border-color css

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

 span { border-color: rgb(95,111,40); }

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