#61780A

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

Shades of Fiji Green #61780A

Tints of Fiji Green #61780A

Color information

#61780A (or 0x61780A) is unknown color: approx Fiji Green. HEX triplet: 61, 78 and 0A. RGB value is (97,120,10). Sum of RGB (Red+Green+Blue) = 97+120+10=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #61780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61780A is #9E87F5. Grayscale: #646464. Windows color (decimal): -10389494 or 686177. OLE color: 686177.

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

Color convert

RGB9712010-
CMYK0.1900.920.53
HSL72.55º84.62%25.49%-
HSV(B)72.55º91.67%47.06%-
XYZ11.7162.76-
YUV100.5876.88125.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=42.73%
G=52.86%
B=4.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120100.1900.920.5372.5584.6225.49
Hex6178A1305C35495519
Octal141170122301346511112531
Binary11000011111000101010011010111001101011001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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