Html Css Color HEX #5F7027 Fiji Green

📋 copy color: '#5F7027'

red 95 ◦ green 112 ◦ blue 39

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

Shades of Fiji Green #5F7027

Tints of Fiji Green #5F7027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 38.62%
G = 45.53%
B = 15.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#5F7027 (or 0x5F7027) is known color: Fiji Green. HEX triplet: 5F, 70 and 27. RGB value is (95,112,39). Sum of RGB (Red+Green+Blue) = 95+112+39=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7027 is #A08FD8. Grayscale: #626262. Windows color (decimal): -10522585 or 2584671. OLE color: 2584671.

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

Color convert

RGB 95 112 39 -
CMYK 0.15 0 0.65 0.56
HSL 73.97º 0.48% 0.3% -
HSV(B) 73.97º 0.65% 0.44% -
XYZ 10.88 14.17 4.08 -
YUV 98.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 95 112 39 0.15 0 0.65 0.56 73.97 0.48 0.3
Hex 5F 70 27 F 0 41 38 4A 30 1E
Octal 137 160 47 17 0 101 70 112 60 36
Binary 1011111 1110000 100111 1111 0 1000001 111000 1001010 110000 11110

Color Harmonies of #5F7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7027

Black with #5F7027

Text Example


Text Example

White with #5F7027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,39); }

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

background-color css

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

 a { background-color: rgb(95,112,39); }

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

border-color css

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

 span { border-color: rgb(95,112,39); }

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