#669267

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

Shades of Laurel #669267

Tints of Laurel #669267

Color information

#669267 (or 0x669267) is unknown color: approx Laurel. HEX triplet: 66, 92 and 67. RGB value is (102,146,103). Sum of RGB (Red+Green+Blue) = 102+146+103=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #669267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669267 is #996D98. Grayscale: #808080. Windows color (decimal): -10055065 or 6787686. OLE color: 6787686.

HSL color Cylindrical-coordinate representation of color #669267: hue angle of 121.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669267 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB102146103-
CMYK0.3000.290.43
HSL121.36º17.74%48.63%-
HSV(B)121.36º30.14%57.25%-
XYZ18.2124.3616.57-
YUV127.94113.92109.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=29.06%
G=41.60%
B=29.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461030.3000.290.43121.3617.7448.63
Hex6692671E01D2B791231
Octal14622214736035531712261
Binary110011010010010110011111110011101101011111100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669267; }

 p { color: rgb(102,146,103); }

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

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

 a { background-color: rgb(102,146,103); }

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

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

 span { border-color: rgb(102,146,103); }

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