Html Css Color HEX #689769 Laurel

📋 copy color: '#689769'

red 104 ◦ green 151 ◦ blue 105

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

Shades of Laurel #689769

Tints of Laurel #689769

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 104 151 105 -
CMYK 0.31 0 0.30 0.41
HSL 121.28º 0.18% 0.5% -
HSV(B) 121.28º 0.31% 0.59% -
XYZ 19.33 26.1 17.38 -
YUV 131.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 104 151 105 0.31 0 0.30 0.41 121.28 0.18 0.5
Hex 68 97 69 1F 0 1E 29 79 12 32
Octal 150 227 151 37 0 36 51 171 22 62
Binary 1101000 10010111 1101001 11111 0 11110 101001 1111001 10010 110010

Color Harmonies of #689769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689769

Black with #689769

Text Example


Text Example

White with #689769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689769; }

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

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

background-color css

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

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

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

border-color css

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

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

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