#69956A

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

Shades of Laurel #69956A

Tints of Laurel #69956A

Color information

#69956A (or 0x69956A) is unknown color: approx Laurel. HEX triplet: 69, 95 and 6A. RGB value is (105,149,106). Sum of RGB (Red+Green+Blue) = 105+149+106=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #69956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69956A is #966A95. Grayscale: #838383. Windows color (decimal): -9857686 or 6985065. OLE color: 6985065.

HSL color Cylindrical-coordinate representation of color #69956A: hue angle of 121.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69956A is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB105149106-
CMYK0.3000.290.42
HSL121.36º17.32%49.8%-
HSV(B)121.36º29.53%58.43%-
XYZ19.1725.5417.55-
YUV130.94113.92109.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=29.17%
G=41.39%
B=29.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491060.3000.290.42121.3617.3249.8
Hex69956A1E01D2A791132
Octal15122515236035521712162
Binary110100110010101110101011110011101101010111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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