#69946B

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

Shades of Laurel #69946B

Tints of Laurel #69946B

Color information

#69946B (or 0x69946B) is unknown color: approx Laurel. HEX triplet: 69, 94 and 6B. RGB value is (105,148,107). Sum of RGB (Red+Green+Blue) = 105+148+107=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #69946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69946B is #966B94. Grayscale: #828282. Windows color (decimal): -9857941 or 7050345. OLE color: 7050345.

HSL color Cylindrical-coordinate representation of color #69946B: hue angle of 122.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69946B is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB105148107-
CMYK0.2900.280.42
HSL122.79º17%49.61%-
HSV(B)122.79º29.05%58.04%-
XYZ19.0725.2417.78-
YUV130.47114.75109.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=29.17%
G=41.11%
B=29.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481070.2900.280.42122.791749.61
Hex69946B1D01C2A7b1132
Octal15122415335034521732162
Binary110100110010100110101111101011100101010111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,148,107); }

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

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

 a { background-color: rgb(105,148,107); }

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

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

 span { border-color: rgb(105,148,107); }

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