Html Css Color HEX #5F7C08 Fiji Green

📋 copy color: '#5F7C08'

red 95 ◦ green 124 ◦ blue 8

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

Shades of Fiji Green #5F7C08

Tints of Fiji Green #5F7C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.63%

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 41.85%
G = 54.63%
B = 3.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#5F7C08 (or 0x5F7C08) is known color: Fiji Green. HEX triplet: 5F, 7C and 08. RGB value is (95,124,8). Sum of RGB (Red+Green+Blue) = 95+124+8=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7C08 is #A083F7. Grayscale: #666666. Windows color (decimal): -10519544 or 556127. OLE color: 556127.

HSL color Cylindrical-coordinate representation of color #5F7C08: hue angle of 75º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F7C08 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 124 8 -
CMYK 0.23 0 0.94 0.51
HSL 75º 0.88% 0.26% -
HSV(B) 75º 0.94% 0.49% -
XYZ 11.97 16.87 2.85 -
YUV 102.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 95 124 8 0.23 0 0.94 0.51 75 0.88 0.26
Hex 5F 7C 8 17 0 5E 33 4B 58 1A
Octal 137 174 10 27 0 136 63 113 130 32
Binary 1011111 1111100 1000 10111 0 1011110 110011 1001011 1011000 11010

Color Harmonies of #5F7C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7C08

Black with #5F7C08

Text Example


Text Example

White with #5F7C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,124,8); }

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

background-color css

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

 a { background-color: rgb(95,124,8); }

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

border-color css

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

 span { border-color: rgb(95,124,8); }

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