#66781A

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

Shades of Fiji Green #66781A

Tints of Fiji Green #66781A

Color information

#66781A (or 0x66781A) is unknown color: approx Fiji Green. HEX triplet: 66, 78 and 1A. RGB value is (102,120,26). Sum of RGB (Red+Green+Blue) = 102+120+26=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #66781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66781A is #9987E5. Grayscale: #686868. Windows color (decimal): -10061798 or 1734758. OLE color: 1734758.

HSL color Cylindrical-coordinate representation of color #66781A: hue angle of 71.49º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66781A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB10212026-
CMYK0.1500.780.53
HSL71.49º64.38%28.63%-
HSV(B)71.49º78.33%47.06%-
XYZ12.3816.333.48-
YUV103.984.04126.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=41.13%
G=48.39%
B=10.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120260.1500.780.5371.4964.3828.63
Hex66781AF04E3547401d
Octal146170321701166510710035
Binary11001101111000110101111010011101101011000111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,120,26); }

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

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

 a { background-color: rgb(102,120,26); }

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

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

 span { border-color: rgb(102,120,26); }

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