Html Css Color HEX #699E69 Laurel

📋 copy color: '#699E69'

red 105 ◦ green 158 ◦ blue 105

#699E69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #699E69

Tints of Laurel #699E69

RGB

 RED value IS 105 (41.41% from 255) = 28.53%

 GREEN value IS 158 (62.11% from 255) = 42.93%

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 28.53%
G = 42.93%
B = 28.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#699E69 (or 0x699E69) is known color: Laurel. HEX triplet: 69, 9E and 69. RGB value is (105,158,105). Sum of RGB (Red+Green+Blue) = 105+158+105=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #699E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E69 is #966196. Grayscale: #888888. Windows color (decimal): -9855383 or 6921833. OLE color: 6921833.

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

Color convert

RGB 105 158 105 -
CMYK 0.34 0 0.34 0.38
HSL 120º 0.21% 0.52% -
HSV(B) 120º 0.34% 0.62% -
XYZ 20.6 28.48 17.78 -
YUV 136.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 105 158 105 0.34 0 0.34 0.38 120 0.21 0.52
Hex 69 9E 69 22 0 22 26 78 15 34
Octal 151 236 151 42 0 42 46 170 25 64
Binary 1101001 10011110 1101001 100010 0 100010 100110 1111000 10101 110100

Color Harmonies of #699E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E69

Black with #699E69

Text Example


Text Example

White with #699E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,158,105); }

 H1.HeaderClassName
 {
   color: #699E69;
 }
 .AnyTagClassName
 {
   color: #699E69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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