#61721D

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

Shades of Fiji Green #61721D

Tints of Fiji Green #61721D

Color information

#61721D (or 0x61721D) is unknown color: approx Fiji Green. HEX triplet: 61, 72 and 1D. RGB value is (97,114,29). Sum of RGB (Red+Green+Blue) = 97+114+29=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #61721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61721D is #9E8DE2. Grayscale: #636363. Windows color (decimal): -10391011 or 1929825. OLE color: 1929825.

HSL color Cylindrical-coordinate representation of color #61721D: hue angle of 72º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61721D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB9711429-
CMYK0.1500.750.55
HSL72º59.44%28.04%-
HSV(B)72º74.56%44.71%-
XYZ11.1714.663.4-
YUV99.2388.37126.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=40.42%
G=47.5%
B=12.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114290.1500.750.557259.4428.04
Hex61721DF04B37483b1c
Octal14116235170113671107334
Binary1100001111001011101111101001011110111100100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61721D; }

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

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

<style>
 a { background-color: #61721D; }

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

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

<style>
 span { border-color: #61721D; }

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

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