Html Css Color HEX #616604 Fiji Green

📋 copy color: '#616604'

red 97 ◦ green 102 ◦ blue 4

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

Shades of Fiji Green #616604

Tints of Fiji Green #616604

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.25%

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

R = 47.78%
G = 50.25%
B = 1.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#616604 (or 0x616604) is known color: Fiji Green. HEX triplet: 61, 66 and 04. RGB value is (97,102,4). Sum of RGB (Red+Green+Blue) = 97+102+4=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #616604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616604 is #9E99FB. Grayscale: #595959. Windows color (decimal): -10394108 or 288353. OLE color: 288353.

HSL color Cylindrical-coordinate representation of color #616604: hue angle of 63.06º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #616604 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 4 -
CMYK 0.05 0 0.96 0.6
HSL 63.06º 0.92% 0.21% -
HSV(B) 63.06º 0.96% 0.4% -
XYZ 9.7 12.05 1.93 -
YUV 89.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 97 102 4 0.05 0 0.96 0.6 63.06 0.92 0.21
Hex 61 66 4 5 0 60 3C 3F 5C 15
Octal 141 146 4 5 0 140 74 77 134 25
Binary 1100001 1100110 100 101 0 1100000 111100 111111 1011100 10101

Color Harmonies of #616604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616604

Black with #616604

Text Example


Text Example

White with #616604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616604; }

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

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

background-color css

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

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

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

border-color css

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

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

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