Html Css Color HEX #616004 Fiji Green

📋 copy color: '#616004'

red 97 ◦ green 96 ◦ blue 4

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

Shades of Fiji Green #616004

Tints of Fiji Green #616004

RGB

 RED value IS 97 (38.28% from 255) = 49.24%

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

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

R = 49.24%
G = 48.73%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#616004 (or 0x616004) is known color: Fiji Green. HEX triplet: 61, 60 and 04. RGB value is (97,96,4). Sum of RGB (Red+Green+Blue) = 97+96+4=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #616004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616004 is #9E9FFB. Grayscale: #565656. Windows color (decimal): -10395644 or 286817. OLE color: 286817.

HSL color Cylindrical-coordinate representation of color #616004: hue angle of 59.35º 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 #616004 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 96 4 -
CMYK 0 0.01 0.96 0.62
HSL 59.35º 0.92% 0.2% -
HSV(B) 59.35º 0.96% 0.38% -
XYZ 9.13 10.92 1.74 -
YUV 85.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 97 96 4 0 0.01 0.96 0.62 59.35 0.92 0.2
Hex 61 60 4 0 1 60 3E 3B 5C 14
Octal 141 140 4 0 1 140 76 73 134 24
Binary 1100001 1100000 100 0 1 1100000 111110 111011 1011100 10100

Color Harmonies of #616004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616004

Black with #616004

Text Example


Text Example

White with #616004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616004; }

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

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

background-color css

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

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

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

border-color css

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

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

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