Html Css Color HEX #616C02 Fiji Green

📋 copy color: '#616C02'

red 97 ◦ green 108 ◦ blue 2

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

Shades of Fiji Green #616C02

Tints of Fiji Green #616C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

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

R = 46.86%
G = 52.17%
B = 0.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#616C02 (or 0x616C02) is known color: Fiji Green. HEX triplet: 61, 6C and 02. RGB value is (97,108,2). Sum of RGB (Red+Green+Blue) = 97+108+2=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #616C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616C02 is #9E93FD. Grayscale: #5D5D5D. Windows color (decimal): -10392574 or 158817. OLE color: 158817.

HSL color Cylindrical-coordinate representation of color #616C02: hue angle of 66.23º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #616C02 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 2 -
CMYK 0.10 0 0.98 0.58
HSL 66.23º 0.96% 0.22% -
HSV(B) 66.23º 0.98% 0.42% -
XYZ 10.3 13.27 2.08 -
YUV 92.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 97 108 2 0.10 0 0.98 0.58 66.23 0.96 0.22
Hex 61 6C 2 A 0 62 3A 42 60 16
Octal 141 154 2 12 0 142 72 102 140 26
Binary 1100001 1101100 10 1010 0 1100010 111010 1000010 1100000 10110

Color Harmonies of #616C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C02

Black with #616C02

Text Example


Text Example

White with #616C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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