Html Css Color HEX #616602 Fiji Green

📋 copy color: '#616602'

red 97 ◦ green 102 ◦ blue 2

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

Shades of Fiji Green #616602

Tints of Fiji Green #616602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 48.26%
G = 50.75%
B = 1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#616602 (or 0x616602) is known color: Fiji Green. HEX triplet: 61, 66 and 02. RGB value is (97,102,2). Sum of RGB (Red+Green+Blue) = 97+102+2=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #616602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616602 is #9E99FD. Grayscale: #595959. Windows color (decimal): -10394110 or 157281. OLE color: 157281.

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

Color convert

RGB 97 102 2 -
CMYK 0.05 0 0.98 0.6
HSL 63º 0.96% 0.2% -
HSV(B) 63º 0.98% 0.4% -
XYZ 9.69 12.05 1.87 -
YUV 89.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 97 102 2 0.05 0 0.98 0.6 63 0.96 0.2
Hex 61 66 2 5 0 62 3C 3F 60 14
Octal 141 146 2 5 0 142 74 77 140 24
Binary 1100001 1100110 10 101 0 1100010 111100 111111 1100000 10100

Color Harmonies of #616602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616602

Black with #616602

Text Example


Text Example

White with #616602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616602; }

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

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

background-color css

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

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

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

border-color css

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

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

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