Html Css Color HEX #699570 Laurel

📋 copy color: '#699570'

red 105 ◦ green 149 ◦ blue 112

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

Shades of Laurel #699570

Tints of Laurel #699570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 28.69%
G = 40.71%
B = 30.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#699570 (or 0x699570) is known color: Laurel. HEX triplet: 69, 95 and 70. RGB value is (105,149,112). Sum of RGB (Red+Green+Blue) = 105+149+112=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #699570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699570 is #966A8F. Grayscale: #838383. Windows color (decimal): -9857680 or 7378281. OLE color: 7378281.

HSL color Cylindrical-coordinate representation of color #699570: hue angle of 129.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699570 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 112 -
CMYK 0.30 0 0.25 0.42
HSL 129.55º 0.17% 0.5% -
HSV(B) 129.55º 0.3% 0.58% -
XYZ 19.5 25.67 19.26 -
YUV 131.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 105 149 112 0.30 0 0.25 0.42 129.55 0.17 0.5
Hex 69 95 70 1E 0 19 2A 82 11 32
Octal 151 225 160 36 0 31 52 202 21 62
Binary 1101001 10010101 1110000 11110 0 11001 101010 10000010 10001 110010

Color Harmonies of #699570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699570

Black with #699570

Text Example


Text Example

White with #699570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699570; }

 p { color: rgb(105,149,112); }

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

background-color css

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

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

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

border-color css

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

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

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