Html Css Color HEX #5F751E Fiji Green

📋 copy color: '#5F751E'

red 95 ◦ green 117 ◦ blue 30

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

Shades of Fiji Green #5F751E

Tints of Fiji Green #5F751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 39.26%
G = 48.35%
B = 12.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#5F751E (or 0x5F751E) is known color: Fiji Green. HEX triplet: 5F, 75 and 1E. RGB value is (95,117,30). Sum of RGB (Red+Green+Blue) = 95+117+30=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #5F751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F751E is #A08AE1. Grayscale: #646464. Windows color (decimal): -10521314 or 1996127. OLE color: 1996127.

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

Color convert

RGB 95 117 30 -
CMYK 0.19 0 0.74 0.54
HSL 75.17º 0.59% 0.29% -
HSV(B) 75.17º 0.74% 0.46% -
XYZ 11.31 15.25 3.58 -
YUV 100.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 95 117 30 0.19 0 0.74 0.54 75.17 0.59 0.29
Hex 5F 75 1E 13 0 4A 36 4B 3B 1D
Octal 137 165 36 23 0 112 66 113 73 35
Binary 1011111 1110101 11110 10011 0 1001010 110110 1001011 111011 11101

Color Harmonies of #5F751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F751E

Black with #5F751E

Text Example


Text Example

White with #5F751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,117,30); }

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

background-color css

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

 a { background-color: rgb(95,117,30); }

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

border-color css

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

 span { border-color: rgb(95,117,30); }

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