Html Css Color HEX #5F7505 Fiji Green

📋 copy color: '#5F7505'

red 95 ◦ green 117 ◦ blue 5

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

Shades of Fiji Green #5F7505

Tints of Fiji Green #5F7505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 43.78%
G = 53.92%
B = 2.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#5F7505 (or 0x5F7505) is known color: Fiji Green. HEX triplet: 5F, 75 and 05. RGB value is (95,117,5). Sum of RGB (Red+Green+Blue) = 95+117+5=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7505 is #A08AFA. Grayscale: #626262. Windows color (decimal): -10521339 or 357727. OLE color: 357727.

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

Color convert

RGB 95 117 5 -
CMYK 0.19 0 0.96 0.54
HSL 71.79º 0.92% 0.24% -
HSV(B) 71.79º 0.96% 0.46% -
XYZ 11.11 15.17 2.49 -
YUV 97.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 95 117 5 0.19 0 0.96 0.54 71.79 0.92 0.24
Hex 5F 75 5 13 0 60 36 48 5C 18
Octal 137 165 5 23 0 140 66 110 134 30
Binary 1011111 1110101 101 10011 0 1100000 110110 1001000 1011100 11000

Color Harmonies of #5F7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7505

Black with #5F7505

Text Example


Text Example

White with #5F7505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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