#69856A

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

Shades of Laurel #69856A

Tints of Laurel #69856A

Color information

#69856A (or 0x69856A) is unknown color: approx Laurel. HEX triplet: 69, 85 and 6A. RGB value is (105,133,106). Sum of RGB (Red+Green+Blue) = 105+133+106=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #69856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856A is #967A95. Grayscale: #797979. Windows color (decimal): -9861782 or 6980969. OLE color: 6980969.

HSL color Cylindrical-coordinate representation of color #69856A: hue angle of 122.14º 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 #69856A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB105133106-
CMYK0.2100.200.48
HSL122.14º11.76%46.67%-
HSV(B)122.14º21.05%52.16%-
XYZ16.8120.8216.77-
YUV121.55119.22116.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=30.52%
G=38.66%
B=30.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331060.2100.200.48122.1411.7646.67
Hex69856A15014307ac2f
Octal15120515225024601721457
Binary11010011000010111010101010101010011000011110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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