Html Css Color HEX #5F6701 Fiji Green

📋 copy color: '#5F6701'

red 95 ◦ green 103 ◦ blue 1

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

Shades of Fiji Green #5F6701

Tints of Fiji Green #5F6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.76%

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

R = 47.74%
G = 51.76%
B = 0.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#5F6701 (or 0x5F6701) is known color: Fiji Green. HEX triplet: 5F, 67 and 01. RGB value is (95,103,1). Sum of RGB (Red+Green+Blue) = 95+103+1=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6701 is #A098FE. Grayscale: #595959. Windows color (decimal): -10524927 or 91999. OLE color: 91999.

HSL color Cylindrical-coordinate representation of color #5F6701: hue angle of 64.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F6701 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 103 1 -
CMYK 0.08 0 0.99 0.60
HSL 64.71º 0.98% 0.2% -
HSV(B) 64.71º 0.99% 0.4% -
XYZ 9.58 12.14 1.87 -
YUV 88.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 95 103 1 0.08 0 0.99 0.60 64.71 0.98 0.2
Hex 5F 67 1 8 0 63 3C 41 62 14
Octal 137 147 1 10 0 143 74 101 142 24
Binary 1011111 1100111 1 1000 0 1100011 111100 1000001 1100010 10100

Color Harmonies of #5F6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6701

Black with #5F6701

Text Example


Text Example

White with #5F6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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