Html Css Color HEX #616603 Fiji Green

📋 copy color: '#616603'

red 97 ◦ green 102 ◦ blue 3

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

Shades of Fiji Green #616603

Tints of Fiji Green #616603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 48.02%
G = 50.5%
B = 1.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#616603 (or 0x616603) is known color: Fiji Green. HEX triplet: 61, 66 and 03. RGB value is (97,102,3). Sum of RGB (Red+Green+Blue) = 97+102+3=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #616603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616603 is #9E99FC. Grayscale: #595959. Windows color (decimal): -10394109 or 222817. OLE color: 222817.

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

Color convert

RGB 97 102 3 -
CMYK 0.05 0 0.97 0.6
HSL 63.03º 0.94% 0.21% -
HSV(B) 63.03º 0.97% 0.4% -
XYZ 9.7 12.05 1.9 -
YUV 89.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 97 102 3 0.05 0 0.97 0.6 63.03 0.94 0.21
Hex 61 66 3 5 0 61 3C 3F 5E 15
Octal 141 146 3 5 0 141 74 77 136 25
Binary 1100001 1100110 11 101 0 1100001 111100 111111 1011110 10101

Color Harmonies of #616603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616603

Black with #616603

Text Example


Text Example

White with #616603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616603; }

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

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

background-color css

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

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

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

border-color css

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

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

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