#66730A

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

Shades of Fiji Green #66730A

Tints of Fiji Green #66730A

Color information

#66730A (or 0x66730A) is unknown color: approx Fiji Green. HEX triplet: 66, 73 and 0A. RGB value is (102,115,10). Sum of RGB (Red+Green+Blue) = 102+115+10=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #66730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66730A is #998CF5. Grayscale: #636363. Windows color (decimal): -10063094 or 684902. OLE color: 684902.

HSL color Cylindrical-coordinate representation of color #66730A: hue angle of 67.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66730A is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB10211510-
CMYK0.1100.910.55
HSL67.43º84%24.51%-
HSV(B)67.43º91.3%45.1%-
XYZ11.6715.112.59-
YUV99.1477.69130.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=44.93%
G=50.66%
B=4.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102115100.1100.910.5567.438424.51
Hex6673AB05B37435419
Octal146163121301336710312431
Binary1100110111001110101011010110111101111000011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,115,10); }

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

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

 a { background-color: rgb(102,115,10); }

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

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

 span { border-color: rgb(102,115,10); }

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