#66630B

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

Shades of Fiji Green #66630B

Tints of Fiji Green #66630B

Color information

#66630B (or 0x66630B) is unknown color: approx Fiji Green. HEX triplet: 66, 63 and 0B. RGB value is (102,99,11). Sum of RGB (Red+Green+Blue) = 102+99+11=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66630B is #999CF4. Grayscale: #5A5A5A. Windows color (decimal): -10067189 or 746342. OLE color: 746342.

HSL color Cylindrical-coordinate representation of color #66630B: hue angle of 58.02º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66630B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1029911-
CMYK00.030.890.6
HSL58.02º80.53%22.16%-
HSV(B)58.02º89.22%40%-
XYZ1011.772.06-
YUV89.8683.49136.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=48.11%
G=46.70%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102991100.030.890.658.0280.5322.16
Hex6663B03593C3a5116
Octal1461431303131747212126
Binary1100110110001110110111011001111100111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66630B; }

 p { color: rgb(102,99,11); }

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

<style>
 a { background-color: #66630B; }

 a { background-color: rgb(102,99,11); }

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

<style>
 span { border-color: #66630B; }

 span { border-color: rgb(102,99,11); }

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