#69856E

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

Shades of Laurel #69856E

Tints of Laurel #69856E

Color information

#69856E (or 0x69856E) is unknown color: approx Laurel. HEX triplet: 69, 85 and 6E. RGB value is (105,133,110). Sum of RGB (Red+Green+Blue) = 105+133+110=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #69856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856E is #967A91. Grayscale: #7A7A7A. Windows color (decimal): -9861778 or 7243113. OLE color: 7243113.

HSL color Cylindrical-coordinate representation of color #69856E: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69856E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB105133110-
CMYK0.2100.170.48
HSL130.71º11.76%46.67%-
HSV(B)130.71º21.05%52.16%-
XYZ17.0320.917.89-
YUV122.01121.22115.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=30.17%
G=38.22%
B=31.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331100.2100.170.48130.7111.7646.67
Hex69856E150113083c2f
Octal15120515625021602031457
Binary110100110000101110111010101010001110000100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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