#69926A

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

Shades of Laurel #69926A

Tints of Laurel #69926A

Color information

#69926A (or 0x69926A) is unknown color: approx Laurel. HEX triplet: 69, 92 and 6A. RGB value is (105,146,106). Sum of RGB (Red+Green+Blue) = 105+146+106=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #69926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69926A is #966D95. Grayscale: #818181. Windows color (decimal): -9858454 or 6984297. OLE color: 6984297.

HSL color Cylindrical-coordinate representation of color #69926A: hue angle of 121.46º 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 #69926A is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB105146106-
CMYK0.2800.270.43
HSL121.46º16.33%49.22%-
HSV(B)121.46º28.08%57.25%-
XYZ18.7124.617.4-
YUV129.18114.92110.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=29.41%
G=40.90%
B=29.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461060.2800.270.43121.4616.3349.22
Hex69926A1C01B2B791031
Octal15122215234033531712061
Binary110100110010010110101011100011011101011111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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