#69856C

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

Shades of Laurel #69856C

Tints of Laurel #69856C

Color information

#69856C (or 0x69856C) is unknown color: approx Laurel. HEX triplet: 69, 85 and 6C. RGB value is (105,133,108). Sum of RGB (Red+Green+Blue) = 105+133+108=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #69856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856C is #967A93. Grayscale: #797979. Windows color (decimal): -9861780 or 7112041. OLE color: 7112041.

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

Color convert

RGB105133108-
CMYK0.2100.190.48
HSL126.43º11.76%46.67%-
HSV(B)126.43º21.05%52.16%-
XYZ16.9220.8617.32-
YUV121.78120.22116.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=30.35%
G=38.44%
B=31.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331080.2100.190.48126.4311.7646.67
Hex69856C15013307ec2f
Octal15120515425023601761457
Binary11010011000010111011001010101001111000011111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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