#668369

Color #668369 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #668369

Tints of Laurel #668369

Color information

#668369 (or 0x668369) is unknown color: approx Laurel. HEX triplet: 66, 83 and 69. RGB value is (102,131,105). Sum of RGB (Red+Green+Blue) = 102+131+105=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #668369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668369 is #997C96. Grayscale: #777777. Windows color (decimal): -10058903 or 6914918. OLE color: 6914918.

HSL color Cylindrical-coordinate representation of color #668369: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668369 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB102131105-
CMYK0.2200.200.49
HSL126.21º12.45%45.69%-
HSV(B)126.21º22.14%51.37%-
XYZ16.1520.0816.39-
YUV119.36119.89115.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=30.18%
G=38.76%
B=31.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311050.2200.200.49126.2112.4545.69
Hex66836916014317ec2e
Octal14620315126024611761456
Binary11001101000001111010011011001010011000111111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668369; }

 p { color: rgb(102,131,105); }

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

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

 a { background-color: rgb(102,131,105); }

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

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

 span { border-color: rgb(102,131,105); }

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