#69926D

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

Shades of Laurel #69926D

Tints of Laurel #69926D

Color information

#69926D (or 0x69926D) is unknown color: approx Laurel. HEX triplet: 69, 92 and 6D. RGB value is (105,146,109). Sum of RGB (Red+Green+Blue) = 105+146+109=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #69926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69926D is #966D92. Grayscale: #818181. Windows color (decimal): -9858451 or 7180905. OLE color: 7180905.

HSL color Cylindrical-coordinate representation of color #69926D: hue angle of 125.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69926D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB105146109-
CMYK0.2800.250.43
HSL125.85º16.33%49.22%-
HSV(B)125.85º28.08%57.25%-
XYZ18.8624.6718.23-
YUV129.52116.42110.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=29.17%
G=40.56%
B=30.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461090.2800.250.43125.8516.3349.22
Hex69926D1C0192B7e1031
Octal15122215534031531762061
Binary110100110010010110110111100011001101011111111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69926D; }

 p { color: rgb(105,146,109); }

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

<style>
 a { background-color: #69926D; }

 a { background-color: rgb(105,146,109); }

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

<style>
 span { border-color: #69926D; }

 span { border-color: rgb(105,146,109); }

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