Html Css Color HEX #5F760F Fiji Green

📋 copy color: '#5F760F'

red 95 ◦ green 118 ◦ blue 15

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

Shades of Fiji Green #5F760F

Tints of Fiji Green #5F760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

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

R = 41.67%
G = 51.75%
B = 6.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#5F760F (or 0x5F760F) is known color: Fiji Green. HEX triplet: 5F, 76 and 0F. RGB value is (95,118,15). Sum of RGB (Red+Green+Blue) = 95+118+15=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #5F760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F760F is #A089F0. Grayscale: #636363. Windows color (decimal): -10521073 or 1013343. OLE color: 1013343.

HSL color Cylindrical-coordinate representation of color #5F760F: hue angle of 73.4º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F760F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 118 15 -
CMYK 0.19 0 0.87 0.54
HSL 73.4º 0.77% 0.26% -
HSV(B) 73.4º 0.87% 0.46% -
XYZ 11.28 15.42 2.83 -
YUV 99.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 95 118 15 0.19 0 0.87 0.54 73.4 0.77 0.26
Hex 5F 76 F 13 0 57 36 49 4D 1A
Octal 137 166 17 23 0 127 66 111 115 32
Binary 1011111 1110110 1111 10011 0 1010111 110110 1001001 1001101 11010

Color Harmonies of #5F760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F760F

Black with #5F760F

Text Example


Text Example

White with #5F760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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