Html Css Color HEX #616B02 Fiji Green

📋 copy color: '#616B02'

red 97 ◦ green 107 ◦ blue 2

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

Shades of Fiji Green #616B02

Tints of Fiji Green #616B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.94%

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

R = 47.09%
G = 51.94%
B = 0.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#616B02 (or 0x616B02) is known color: Fiji Green. HEX triplet: 61, 6B and 02. RGB value is (97,107,2). Sum of RGB (Red+Green+Blue) = 97+107+2=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #616B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616B02 is #9E94FD. Grayscale: #5C5C5C. Windows color (decimal): -10392830 or 158561. OLE color: 158561.

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

Color convert

RGB 97 107 2 -
CMYK 0.09 0 0.98 0.58
HSL 65.71º 0.96% 0.21% -
HSV(B) 65.71º 0.98% 0.42% -
XYZ 10.2 13.06 2.04 -
YUV 92.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 97 107 2 0.09 0 0.98 0.58 65.71 0.96 0.21
Hex 61 6B 2 9 0 62 3A 42 60 15
Octal 141 153 2 11 0 142 72 102 140 25
Binary 1100001 1101011 10 1001 0 1100010 111010 1000010 1100000 10101

Color Harmonies of #616B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B02

Black with #616B02

Text Example


Text Example

White with #616B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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