Html Css Color HEX #616B06 Fiji Green

📋 copy color: '#616B06'

red 97 ◦ green 107 ◦ blue 6

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

Shades of Fiji Green #616B06

Tints of Fiji Green #616B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 46.19%
G = 50.95%
B = 2.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#616B06 (or 0x616B06) is known color: Fiji Green. HEX triplet: 61, 6B and 06. RGB value is (97,107,6). Sum of RGB (Red+Green+Blue) = 97+107+6=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #616B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616B06 is #9E94F9. Grayscale: #5C5C5C. Windows color (decimal): -10392826 or 420705. OLE color: 420705.

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

Color convert

RGB 97 107 6 -
CMYK 0.09 0 0.94 0.58
HSL 65.94º 0.89% 0.22% -
HSV(B) 65.94º 0.94% 0.42% -
XYZ 10.22 13.07 2.16 -
YUV 92.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 97 107 6 0.09 0 0.94 0.58 65.94 0.89 0.22
Hex 61 6B 6 9 0 5E 3A 42 59 16
Octal 141 153 6 11 0 136 72 102 131 26
Binary 1100001 1101011 110 1001 0 1011110 111010 1000010 1011001 10110

Color Harmonies of #616B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B06

Black with #616B06

Text Example


Text Example

White with #616B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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