Html Css Color HEX #5F7601 Fiji Green

📋 copy color: '#5F7601'

red 95 ◦ green 118 ◦ blue 1

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

Shades of Fiji Green #5F7601

Tints of Fiji Green #5F7601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 44.39%
G = 55.14%
B = 0.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#5F7601 (or 0x5F7601) is known color: Fiji Green. HEX triplet: 5F, 76 and 01. RGB value is (95,118,1). Sum of RGB (Red+Green+Blue) = 95+118+1=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7601 is #A089FE. Grayscale: #626262. Windows color (decimal): -10521087 or 95839. OLE color: 95839.

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

Color convert

RGB 95 118 1 -
CMYK 0.19 0 0.99 0.54
HSL 71.79º 0.98% 0.23% -
HSV(B) 71.79º 0.99% 0.46% -
XYZ 11.2 15.39 2.41 -
YUV 97.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 95 118 1 0.19 0 0.99 0.54 71.79 0.98 0.23
Hex 5F 76 1 13 0 63 36 48 62 17
Octal 137 166 1 23 0 143 66 110 142 27
Binary 1011111 1110110 1 10011 0 1100011 110110 1001000 1100010 10111

Color Harmonies of #5F7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7601

Black with #5F7601

Text Example


Text Example

White with #5F7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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