Html Css Color HEX #5F6800 Fiji Green

📋 copy color: '#5F6800'

red 95 ◦ green 104 ◦ blue 0

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

Shades of Fiji Green #5F6800

Tints of Fiji Green #5F6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.74%
G = 52.26%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#5F6800 (or 0x5F6800) is known color: Fiji Green. HEX triplet: 5F, 68 and 00. RGB value is (95,104,0). Sum of RGB (Red+Green+Blue) = 95+104+0=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6800 is #A097FF. Grayscale: #595959. Windows color (decimal): -10524672 or 26719. OLE color: 26719.

HSL color Cylindrical-coordinate representation of color #5F6800: hue angle of 65.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F6800 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 95 104 0 -
CMYK 0.09 0 1 0.59
HSL 65.19º 1% 0.2% -
HSV(B) 65.19º 1% 0.41% -
XYZ 9.67 12.33 1.87 -
YUV 89.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 95 104 0 0.09 0 1 0.59 65.19 1 0.2
Hex 5F 68 0 9 0 64 3B 41 64 14
Octal 137 150 0 11 0 144 73 101 144 24
Binary 1011111 1101000 0 1001 0 1100100 111011 1000001 1100100 10100

Color Harmonies of #5F6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6800

Black with #5F6800

Text Example


Text Example

White with #5F6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,104,0); }

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

background-color css

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

 a { background-color: rgb(95,104,0); }

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

border-color css

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

 span { border-color: rgb(95,104,0); }

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