Html Css Color HEX #689968 Laurel

📋 copy color: '#689968'

red 104 ◦ green 153 ◦ blue 104

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

Shades of Laurel #689968

Tints of Laurel #689968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 28.81%
G = 42.38%
B = 28.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#689968 (or 0x689968) is known color: Laurel. HEX triplet: 68, 99 and 68. RGB value is (104,153,104). Sum of RGB (Red+Green+Blue) = 104+153+104=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #689968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689968 is #976697. Grayscale: #848484. Windows color (decimal): -9922200 or 6855016. OLE color: 6855016.

HSL color Cylindrical-coordinate representation of color #689968: hue angle of 120º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689968 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 104 -
CMYK 0.32 0 0.32 0.4
HSL 120º 0.19% 0.5% -
HSV(B) 120º 0.32% 0.6% -
XYZ 19.6 26.73 17.22 -
YUV 132.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 104 153 104 0.32 0 0.32 0.4 120 0.19 0.5
Hex 68 99 68 20 0 20 28 78 13 32
Octal 150 231 150 40 0 40 50 170 23 62
Binary 1101000 10011001 1101000 100000 0 100000 101000 1111000 10011 110010

Color Harmonies of #689968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689968

Black with #689968

Text Example


Text Example

White with #689968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689968; }

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

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

background-color css

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

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

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

border-color css

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

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

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