#61780D

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

Shades of Fiji Green #61780D

Tints of Fiji Green #61780D

Color information

#61780D (or 0x61780D) is unknown color: approx Fiji Green. HEX triplet: 61, 78 and 0D. RGB value is (97,120,13). Sum of RGB (Red+Green+Blue) = 97+120+13=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #61780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61780D is #9E87F2. Grayscale: #656565. Windows color (decimal): -10389491 or 882785. OLE color: 882785.

HSL color Cylindrical-coordinate representation of color #61780D: hue angle of 72.9º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61780D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB9712013-
CMYK0.1900.890.53
HSL72.9º80.45%26.08%-
HSV(B)72.9º89.17%47.06%-
XYZ11.72162.85-
YUV100.9278.38125.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=42.17%
G=52.17%
B=5.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120130.1900.890.5372.980.4526.08
Hex6178D130593549501a
Octal141170152301316511112032
Binary11000011111000110110011010110011101011001001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,120,13); }

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

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

 a { background-color: rgb(97,120,13); }

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

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

 span { border-color: rgb(97,120,13); }

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