Html Css Color HEX #616204 Fiji Green

📋 copy color: '#616204'

red 97 ◦ green 98 ◦ blue 4

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

Shades of Fiji Green #616204

Tints of Fiji Green #616204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.25%

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

R = 48.74%
G = 49.25%
B = 2.01%

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

#616204 (or 0x616204) is known color: Fiji Green. HEX triplet: 61, 62 and 04. RGB value is (97,98,4). Sum of RGB (Red+Green+Blue) = 97+98+4=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #616204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616204 is #9E9DFB. Grayscale: #575757. Windows color (decimal): -10395132 or 287329. OLE color: 287329.

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

Color convert

RGB 97 98 4 -
CMYK 0.01 0 0.96 0.62
HSL 60.64º 0.92% 0.2% -
HSV(B) 60.64º 0.96% 0.38% -
XYZ 9.32 11.29 1.8 -
YUV 86.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 97 98 4 0.01 0 0.96 0.62 60.64 0.92 0.2
Hex 61 62 4 1 0 60 3E 3D 5C 14
Octal 141 142 4 1 0 140 76 75 134 24
Binary 1100001 1100010 100 1 0 1100000 111110 111101 1011100 10100

Color Harmonies of #616204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616204

Black with #616204

Text Example


Text Example

White with #616204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616204; }

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

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

background-color css

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

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

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

border-color css

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

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

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