#69876A

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

Shades of Laurel #69876A

Tints of Laurel #69876A

Color information

#69876A (or 0x69876A) is unknown color: approx Laurel. HEX triplet: 69, 87 and 6A. RGB value is (105,135,106). Sum of RGB (Red+Green+Blue) = 105+135+106=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #69876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69876A is #967895. Grayscale: #7A7A7A. Windows color (decimal): -9861270 or 6981481. OLE color: 6981481.

HSL color Cylindrical-coordinate representation of color #69876A: hue angle of 122º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69876A is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB105135106-
CMYK0.2200.210.47
HSL122º12.5%47.06%-
HSV(B)122º22.22%52.94%-
XYZ17.0921.3716.86-
YUV122.72118.56115.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=30.35%
G=39.02%
B=30.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351060.2200.210.4712212.547.06
Hex69876A160152F7ad2f
Octal15120715226025571721557
Binary11010011000011111010101011001010110111111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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