#69936C

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

Shades of Laurel #69936C

Tints of Laurel #69936C

Color information

#69936C (or 0x69936C) is unknown color: approx Laurel. HEX triplet: 69, 93 and 6C. RGB value is (105,147,108). Sum of RGB (Red+Green+Blue) = 105+147+108=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #69936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936C is #966C93. Grayscale: #828282. Windows color (decimal): -9858196 or 7115625. OLE color: 7115625.

HSL color Cylindrical-coordinate representation of color #69936C: hue angle of 124.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69936C is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB105147108-
CMYK0.2900.270.42
HSL124.29º16.67%49.41%-
HSV(B)124.29º28.57%57.65%-
XYZ18.9724.9518-
YUV130115.59110.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 108 (42.58% from 255) = 30%
R=29.17%
G=40.83%
B=30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471080.2900.270.42124.2916.6749.41
Hex69936C1D01B2A7c1131
Octal15122315435033521742161
Binary110100110010011110110011101011011101010111110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69936C; }

 p { color: rgb(105,147,108); }

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

<style>
 a { background-color: #69936C; }

 a { background-color: rgb(105,147,108); }

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

<style>
 span { border-color: #69936C; }

 span { border-color: rgb(105,147,108); }

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