Html Css Color HEX #699569 Laurel

📋 copy color: '#699569'

red 105 ◦ green 149 ◦ blue 105

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

Shades of Laurel #699569

Tints of Laurel #699569

RGB

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

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

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

R = 29.25%
G = 41.5%
B = 29.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#699569 (or 0x699569) is known color: Laurel. HEX triplet: 69, 95 and 69. RGB value is (105,149,105). Sum of RGB (Red+Green+Blue) = 105+149+105=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #699569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699569 is #966A96. Grayscale: #828282. Windows color (decimal): -9857687 or 6919529. OLE color: 6919529.

HSL color Cylindrical-coordinate representation of color #699569: hue angle of 120º 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 #699569 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 105 -
CMYK 0.30 0 0.30 0.42
HSL 120º 0.17% 0.5% -
HSV(B) 120º 0.3% 0.58% -
XYZ 19.12 25.52 17.28 -
YUV 130.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 105 149 105 0.30 0 0.30 0.42 120 0.17 0.5
Hex 69 95 69 1E 0 1E 2A 78 11 32
Octal 151 225 151 36 0 36 52 170 21 62
Binary 1101001 10010101 1101001 11110 0 11110 101010 1111000 10001 110010

Color Harmonies of #699569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699569

Black with #699569

Text Example


Text Example

White with #699569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699569; }

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

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

background-color css

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

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

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

border-color css

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

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

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