Html Css Color HEX #5F730F Fiji Green

📋 copy color: '#5F730F'

red 95 ◦ green 115 ◦ blue 15

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

Shades of Fiji Green #5F730F

Tints of Fiji Green #5F730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.11%

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

R = 42.22%
G = 51.11%
B = 6.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#5F730F (or 0x5F730F) is known color: Fiji Green. HEX triplet: 5F, 73 and 0F. RGB value is (95,115,15). Sum of RGB (Red+Green+Blue) = 95+115+15=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #5F730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F730F is #A08CF0. Grayscale: #626262. Windows color (decimal): -10521841 or 1012575. OLE color: 1012575.

HSL color Cylindrical-coordinate representation of color #5F730F: hue angle of 72º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F730F is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 15 -
CMYK 0.17 0 0.87 0.55
HSL 72º 0.77% 0.25% -
HSV(B) 72º 0.87% 0.45% -
XYZ 10.94 14.73 2.72 -
YUV 97.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 95 115 15 0.17 0 0.87 0.55 72 0.77 0.25
Hex 5F 73 F 11 0 57 37 48 4D 19
Octal 137 163 17 21 0 127 67 110 115 31
Binary 1011111 1110011 1111 10001 0 1010111 110111 1001000 1001101 11001

Color Harmonies of #5F730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F730F

Black with #5F730F

Text Example


Text Example

White with #5F730F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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