Html Css Color HEX #5F6004 Fiji Green

📋 copy color: '#5F6004'

red 95 ◦ green 96 ◦ blue 4

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

Shades of Fiji Green #5F6004

Tints of Fiji Green #5F6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 48.72%
G = 49.23%
B = 2.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#5F6004 (or 0x5F6004) is known color: Fiji Green. HEX triplet: 5F, 60 and 04. RGB value is (95,96,4). Sum of RGB (Red+Green+Blue) = 95+96+4=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6004 is #A09FFB. Grayscale: #555555. Windows color (decimal): -10526716 or 286815. OLE color: 286815.

HSL color Cylindrical-coordinate representation of color #5F6004: hue angle of 60.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F6004 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 96 4 -
CMYK 0.01 0 0.96 0.62
HSL 60.65º 0.92% 0.2% -
HSV(B) 60.65º 0.96% 0.38% -
XYZ 8.92 10.81 1.73 -
YUV 85.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 95 96 4 0.01 0 0.96 0.62 60.65 0.92 0.2
Hex 5F 60 4 1 0 60 3E 3D 5C 14
Octal 137 140 4 1 0 140 76 75 134 24
Binary 1011111 1100000 100 1 0 1100000 111110 111101 1011100 10100

Color Harmonies of #5F6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6004

Black with #5F6004

Text Example


Text Example

White with #5F6004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,96,4); }

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

background-color css

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

 a { background-color: rgb(95,96,4); }

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

border-color css

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

 span { border-color: rgb(95,96,4); }

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