#61720B

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

Shades of Fiji Green #61720B

Tints of Fiji Green #61720B

Color information

#61720B (or 0x61720B) is unknown color: approx Fiji Green. HEX triplet: 61, 72 and 0B. RGB value is (97,114,11). Sum of RGB (Red+Green+Blue) = 97+114+11=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #61720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61720B is #9E8DF4. Grayscale: #616161. Windows color (decimal): -10391029 or 750177. OLE color: 750177.

HSL color Cylindrical-coordinate representation of color #61720B: hue angle of 69.9º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61720B is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB9711411-
CMYK0.1500.900.55
HSL69.9º82.4%24.51%-
HSV(B)69.9º90.35%44.71%-
XYZ11.0114.62.55-
YUV97.1879.37127.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=43.69%
G=51.35%
B=4.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114110.1500.900.5569.982.424.51
Hex6172BF05A37465219
Octal141162131701326710612231
Binary1100001111001010111111010110101101111000110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61720B; }

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

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

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

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

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

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

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

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