#61720F

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

Shades of Fiji Green #61720F

Tints of Fiji Green #61720F

Color information

#61720F (or 0x61720F) is unknown color: approx Fiji Green. HEX triplet: 61, 72 and 0F. RGB value is (97,114,15). Sum of RGB (Red+Green+Blue) = 97+114+15=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #61720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61720F is #9E8DF0. Grayscale: #626262. Windows color (decimal): -10391025 or 1012321. OLE color: 1012321.

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

Color convert

RGB9711415-
CMYK0.1500.870.55
HSL70.3º76.74%25.29%-
HSV(B)70.3º86.84%44.71%-
XYZ11.0314.612.69-
YUV97.6381.37127.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=42.92%
G=50.44%
B=6.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114150.1500.870.5570.376.7425.29
Hex6172FF05737464d19
Octal141162171701276710611531
Binary1100001111001011111111010101111101111000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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