#616B0B

Color #616B0B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #616B0B

Tints of Fiji Green #616B0B

Color information

#616B0B (or 0x616B0B) is unknown color: approx Fiji Green. HEX triplet: 61, 6B and 0B. RGB value is (97,107,11). Sum of RGB (Red+Green+Blue) = 97+107+11=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #616B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616B0B is #9E94F4. Grayscale: #5D5D5D. Windows color (decimal): -10392821 or 748385. OLE color: 748385.

HSL color Cylindrical-coordinate representation of color #616B0B: hue angle of 66.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #616B0B is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB9710711-
CMYK0.0900.900.58
HSL66.25º81.36%23.14%-
HSV(B)66.25º89.72%41.96%-
XYZ10.2513.082.3-
YUV93.0781.69130.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=45.12%
G=49.77%
B=5.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107110.0900.900.5866.2581.3623.14
Hex616BB905A3A425117
Octal141153131101327210212127
Binary1100001110101110111001010110101110101000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #616B0B;
 }
 .AnyTagClassName
 {
   color: #616B0B;
 }
</style>
background-color css

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

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

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

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

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

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