Html Css Color HEX #689768 Laurel

📋 copy color: '#689768'

red 104 ◦ green 151 ◦ blue 104

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

Shades of Laurel #689768

Tints of Laurel #689768

RGB

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

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

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

R = 28.97%
G = 42.06%
B = 28.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#689768 (or 0x689768) is known color: Laurel. HEX triplet: 68, 97 and 68. RGB value is (104,151,104). Sum of RGB (Red+Green+Blue) = 104+151+104=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #689768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689768 is #976897. Grayscale: #838383. Windows color (decimal): -9922712 or 6854504. OLE color: 6854504.

HSL color Cylindrical-coordinate representation of color #689768: 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.31%. Process color model (Four color, CMYK) of #689768 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 104 -
CMYK 0.31 0 0.31 0.41
HSL 120º 0.18% 0.5% -
HSV(B) 120º 0.31% 0.59% -
XYZ 19.27 26.08 17.11 -
YUV 131.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 104 151 104 0.31 0 0.31 0.41 120 0.18 0.5
Hex 68 97 68 1F 0 1F 29 78 12 32
Octal 150 227 150 37 0 37 51 170 22 62
Binary 1101000 10010111 1101000 11111 0 11111 101001 1111000 10010 110010

Color Harmonies of #689768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689768

Black with #689768

Text Example


Text Example

White with #689768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689768; }

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

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

background-color css

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

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

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

border-color css

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

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

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