#69916E

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

Shades of Laurel #69916E

Tints of Laurel #69916E

Color information

#69916E (or 0x69916E) is unknown color: approx Laurel. HEX triplet: 69, 91 and 6E. RGB value is (105,145,110). Sum of RGB (Red+Green+Blue) = 105+145+110=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #69916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69916E is #966E91. Grayscale: #818181. Windows color (decimal): -9858706 or 7246185. OLE color: 7246185.

HSL color Cylindrical-coordinate representation of color #69916E: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69916E is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB105145110-
CMYK0.2800.240.43
HSL127.5º16%49.02%-
HSV(B)127.5º27.59%56.86%-
XYZ18.7724.3818.47-
YUV129.05117.25110.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=29.17%
G=40.28%
B=30.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451100.2800.240.43127.51649.02
Hex69916E1C0182B801031
Octal15122115634030532002061
Binary1101001100100011101110111000110001010111000000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69916E; }

 p { color: rgb(105,145,110); }

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

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

 a { background-color: rgb(105,145,110); }

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

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

 span { border-color: rgb(105,145,110); }

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