Html Css Color HEX #616606 Fiji Green

📋 copy color: '#616606'

red 97 ◦ green 102 ◦ blue 6

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

Shades of Fiji Green #616606

Tints of Fiji Green #616606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 47.32%
G = 49.76%
B = 2.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#616606 (or 0x616606) is known color: Fiji Green. HEX triplet: 61, 66 and 06. RGB value is (97,102,6). Sum of RGB (Red+Green+Blue) = 97+102+6=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #616606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616606 is #9E99F9. Grayscale: #595959. Windows color (decimal): -10394106 or 419425. OLE color: 419425.

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

Color convert

RGB 97 102 6 -
CMYK 0.05 0 0.94 0.6
HSL 63.13º 0.89% 0.21% -
HSV(B) 63.13º 0.94% 0.4% -
XYZ 9.71 12.06 1.99 -
YUV 89.56 80.84 133.31 -
System Red Green Blue C M Y K H S L
Decimal 97 102 6 0.05 0 0.94 0.6 63.13 0.89 0.21
Hex 61 66 6 5 0 5E 3C 3F 59 15
Octal 141 146 6 5 0 136 74 77 131 25
Binary 1100001 1100110 110 101 0 1011110 111100 111111 1011001 10101

Color Harmonies of #616606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616606

Black with #616606

Text Example


Text Example

White with #616606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616606; }

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

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

background-color css

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

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

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

border-color css

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

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

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