#699667

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

Shades of Laurel #699667

Tints of Laurel #699667

Color information

#699667 (or 0x699667) is unknown color: approx Laurel. HEX triplet: 69, 96 and 67. RGB value is (105,150,103). Sum of RGB (Red+Green+Blue) = 105+150+103=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #699667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699667 is #966998. Grayscale: #838383. Windows color (decimal): -9857433 or 6788713. OLE color: 6788713.

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

Color convert

RGB105150103-
CMYK0.3000.310.41
HSL117.45º18.58%49.61%-
HSV(B)117.45º31.33%58.82%-
XYZ19.1825.816.8-
YUV131.19112.09109.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=29.33%
G=41.90%
B=28.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051501030.3000.310.41117.4518.5849.61
Hex6996671E01F29751332
Octal15122614736037511652362
Binary110100110010110110011111110011111101001111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699667; }

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

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

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

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

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

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

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

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