Html Css Color HEX #699E6C Laurel

📋 copy color: '#699E6C'

red 105 ◦ green 158 ◦ blue 108

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

Shades of Laurel #699E6C

Tints of Laurel #699E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 28.3%
G = 42.59%
B = 29.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#699E6C (or 0x699E6C) is known color: Laurel. HEX triplet: 69, 9E and 6C. RGB value is (105,158,108). Sum of RGB (Red+Green+Blue) = 105+158+108=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #699E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E6C is #966193. Grayscale: #888888. Windows color (decimal): -9855380 or 7118441. OLE color: 7118441.

HSL color Cylindrical-coordinate representation of color #699E6C: hue angle of 123.4º 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 #699E6C is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 108 -
CMYK 0.34 0 0.32 0.38
HSL 123.4º 0.21% 0.52% -
HSV(B) 123.4º 0.34% 0.62% -
XYZ 20.76 28.54 18.6 -
YUV 136.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 105 158 108 0.34 0 0.32 0.38 123.4 0.21 0.52
Hex 69 9E 6C 22 0 20 26 7B 15 34
Octal 151 236 154 42 0 40 46 173 25 64
Binary 1101001 10011110 1101100 100010 0 100000 100110 1111011 10101 110100

Color Harmonies of #699E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E6C

Black with #699E6C

Text Example


Text Example

White with #699E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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