Html Css Color HEX #689866 Laurel

📋 copy color: '#689866'

red 104 ◦ green 152 ◦ blue 102

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

Shades of Laurel #689866

Tints of Laurel #689866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 29.05%
G = 42.46%
B = 28.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#689866 (or 0x689866) is known color: Laurel. HEX triplet: 68, 98 and 66. RGB value is (104,152,102). Sum of RGB (Red+Green+Blue) = 104+152+102=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #689866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689866 is #976799. Grayscale: #848484. Windows color (decimal): -9922458 or 6723688. OLE color: 6723688.

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

Color convert

RGB 104 152 102 -
CMYK 0.32 0 0.33 0.40
HSL 117.6º 0.2% 0.5% -
HSV(B) 117.6º 0.33% 0.6% -
XYZ 19.34 26.36 16.64 -
YUV 131.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 104 152 102 0.32 0 0.33 0.40 117.6 0.2 0.5
Hex 68 98 66 20 0 21 28 76 14 32
Octal 150 230 146 40 0 41 50 166 24 62
Binary 1101000 10011000 1100110 100000 0 100001 101000 1110110 10100 110010

Color Harmonies of #689866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689866

Black with #689866

Text Example


Text Example

White with #689866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689866; }

 p { color: rgb(104,152,102); }

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

background-color css

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

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

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

border-color css

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

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

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