Html Css Color HEX #699769 Laurel

📋 copy color: '#699769'

red 105 ◦ green 151 ◦ blue 105

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

Shades of Laurel #699769

Tints of Laurel #699769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

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

R = 29.09%
G = 41.83%
B = 29.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#699769 (or 0x699769) is known color: Laurel. HEX triplet: 69, 97 and 69. RGB value is (105,151,105). Sum of RGB (Red+Green+Blue) = 105+151+105=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #699769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699769 is #966896. Grayscale: #848484. Windows color (decimal): -9857175 or 6920041. OLE color: 6920041.

HSL color Cylindrical-coordinate representation of color #699769: hue angle of 120º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699769 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 105 -
CMYK 0.30 0 0.30 0.41
HSL 120º 0.18% 0.5% -
HSV(B) 120º 0.3% 0.59% -
XYZ 19.44 26.16 17.39 -
YUV 132 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 105 151 105 0.30 0 0.30 0.41 120 0.18 0.5
Hex 69 97 69 1E 0 1E 29 78 12 32
Octal 151 227 151 36 0 36 51 170 22 62
Binary 1101001 10010111 1101001 11110 0 11110 101001 1111000 10010 110010

Color Harmonies of #699769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699769

Black with #699769

Text Example


Text Example

White with #699769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699769; }

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

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

background-color css

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

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

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

border-color css

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

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

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