Html Css Color HEX #616600 Fiji Green

📋 copy color: '#616600'

red 97 ◦ green 102 ◦ blue 0

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

Shades of Fiji Green #616600

Tints of Fiji Green #616600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.74%
G = 51.26%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#616600 (or 0x616600) is known color: Fiji Green. HEX triplet: 61, 66 and 00. RGB value is (97,102,0). Sum of RGB (Red+Green+Blue) = 97+102+0=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #616600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616600 is #9E99FF. Grayscale: #595959. Windows color (decimal): -10394112 or 26209. OLE color: 26209.

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

Color convert

RGB 97 102 0 -
CMYK 0.05 0 1 0.6
HSL 62.94º 1% 0.2% -
HSV(B) 62.94º 1% 0.4% -
XYZ 9.68 12.04 1.81 -
YUV 88.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 97 102 0 0.05 0 1 0.6 62.94 1 0.2
Hex 61 66 0 5 0 64 3C 3F 64 14
Octal 141 146 0 5 0 144 74 77 144 24
Binary 1100001 1100110 0 101 0 1100100 111100 111111 1100100 10100

Color Harmonies of #616600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616600

Black with #616600

Text Example


Text Example

White with #616600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616600; }

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

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

background-color css

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

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

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

border-color css

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

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

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