Html Css Color HEX #699768 Laurel

📋 copy color: '#699768'

red 105 ◦ green 151 ◦ blue 104

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

Shades of Laurel #699768

Tints of Laurel #699768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 29.17%
G = 41.94%
B = 28.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#699768 (or 0x699768) is known color: Laurel. HEX triplet: 69, 97 and 68. RGB value is (105,151,104). Sum of RGB (Red+Green+Blue) = 105+151+104=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #699768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699768 is #966897. Grayscale: #848484. Windows color (decimal): -9857176 or 6854505. OLE color: 6854505.

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

Color convert

RGB 105 151 104 -
CMYK 0.30 0 0.31 0.41
HSL 118.72º 0.18% 0.5% -
HSV(B) 118.72º 0.31% 0.59% -
XYZ 19.39 26.14 17.12 -
YUV 131.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 105 151 104 0.30 0 0.31 0.41 118.72 0.18 0.5
Hex 69 97 68 1E 0 1F 29 77 12 32
Octal 151 227 150 36 0 37 51 167 22 62
Binary 1101001 10010111 1101000 11110 0 11111 101001 1110111 10010 110010

Color Harmonies of #699768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699768

Black with #699768

Text Example


Text Example

White with #699768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699768; }

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

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

background-color css

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

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

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

border-color css

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

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

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