Html Css Color HEX #5F7401 Fiji Green

📋 copy color: '#5F7401'

red 95 ◦ green 116 ◦ blue 1

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

Shades of Fiji Green #5F7401

Tints of Fiji Green #5F7401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.72%

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

R = 44.81%
G = 54.72%
B = 0.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#5F7401 (or 0x5F7401) is known color: Fiji Green. HEX triplet: 5F, 74 and 01. RGB value is (95,116,1). Sum of RGB (Red+Green+Blue) = 95+116+1=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7401 is #A08BFE. Grayscale: #616161. Windows color (decimal): -10521599 or 95327. OLE color: 95327.

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

Color convert

RGB 95 116 1 -
CMYK 0.18 0 0.99 0.55
HSL 70.96º 0.98% 0.23% -
HSV(B) 70.96º 0.99% 0.45% -
XYZ 10.97 14.93 2.33 -
YUV 96.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 95 116 1 0.18 0 0.99 0.55 70.96 0.98 0.23
Hex 5F 74 1 12 0 63 37 47 62 17
Octal 137 164 1 22 0 143 67 107 142 27
Binary 1011111 1110100 1 10010 0 1100011 110111 1000111 1100010 10111

Color Harmonies of #5F7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7401

Black with #5F7401

Text Example


Text Example

White with #5F7401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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