#699D6B

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

Shades of Laurel #699D6B

Tints of Laurel #699D6B

Color information

#699D6B (or 0x699D6B) is unknown color: approx Laurel. HEX triplet: 69, 9D and 6B. RGB value is (105,157,107). Sum of RGB (Red+Green+Blue) = 105+157+107=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #699D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D6B is #966294. Grayscale: #878787. Windows color (decimal): -9855637 or 7052649. OLE color: 7052649.

HSL color Cylindrical-coordinate representation of color #699D6B: hue angle of 122.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D6B is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB105157107-
CMYK0.3300.320.38
HSL122.31º20.97%51.37%-
HSV(B)122.31º33.12%61.57%-
XYZ20.5428.1818.27-
YUV135.75111.77106.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=28.46%
G=42.55%
B=29.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571070.3300.320.38122.3120.9751.37
Hex699D6B21020267a1533
Octal15123515341040461722563
Binary11010011001110111010111000010100000100110111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D6B; }

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

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

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

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

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

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

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

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