#69966b

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

Shades of Laurel #69966B

Tints of Laurel #69966B

Color information

#69966B (or 0x69966B) is unknown color: approx Laurel. HEX triplet: 69, 96 and 6B. RGB value is (105,150,107). Sum of RGB (Red+Green+Blue) = 105+150+107=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #69966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69966B is #966994. Grayscale: #838383. Windows color (decimal): -9857429 or 7050857. OLE color: 7050857.

HSL color Cylindrical-coordinate representation of color #69966B: hue angle of 122.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69966B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB105150107-
CMYK0.3000.290.41
HSL122.67º17.65%50%-
HSV(B)122.67º30%58.82%-
XYZ19.3925.8817.88-
YUV131.64114.09109-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=29.01%
G=41.44%
B=29.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051501070.3000.290.41122.6717.6550
Hex69966B1E01D297b1232
Octal15122615336035511732262
Binary110100110010110110101111110011101101001111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69966b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69966b; }

 p { color: rgb(105,150,107); }

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

<style>
 a { background-color: #69966b; }

 a { background-color: rgb(105,150,107); }

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

<style>
 span { border-color: #69966b; }

 span { border-color: rgb(105,150,107); }

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