#69846A

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

Shades of Laurel #69846A

Tints of Laurel #69846A

Color information

#69846A (or 0x69846A) is unknown color: approx Laurel. HEX triplet: 69, 84 and 6A. RGB value is (105,132,106). Sum of RGB (Red+Green+Blue) = 105+132+106=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #69846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69846A is #967B95. Grayscale: #797979. Windows color (decimal): -9862038 or 6980713. OLE color: 6980713.

HSL color Cylindrical-coordinate representation of color #69846A: hue angle of 122.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69846A is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB105132106-
CMYK0.2000.200.48
HSL122.22º11.39%46.47%-
HSV(B)122.22º20.45%51.76%-
XYZ16.6820.5516.72-
YUV120.96119.55116.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=30.61%
G=38.48%
B=30.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321060.2000.200.48122.2211.3946.47
Hex69846A14014307ab2e
Octal15120415224024601721356
Binary11010011000010011010101010001010011000011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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