Html Css Color HEX #66896D Laurel

📋 copy color: '#66896D'

red 102 ◦ green 137 ◦ blue 109

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

Shades of Laurel #66896D

Tints of Laurel #66896D

RGB

 RED value IS 102 (40.23% from 255) = 29.31%

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 29.31%
G = 39.37%
B = 31.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#66896D (or 0x66896D) is known color: Laurel. HEX triplet: 66, 89 and 6D. RGB value is (102,137,109). Sum of RGB (Red+Green+Blue) = 102+137+109=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #66896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66896D is #997692. Grayscale: #7B7B7B. Windows color (decimal): -10057363 or 7178598. OLE color: 7178598.

HSL color Cylindrical-coordinate representation of color #66896D: hue angle of 132º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66896D is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 109 -
CMYK 0.26 0 0.20 0.46
HSL 132º 0.15% 0.47% -
HSV(B) 132º 0.26% 0.54% -
XYZ 17.19 21.82 17.77 -
YUV 123.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 102 137 109 0.26 0 0.20 0.46 132 0.15 0.47
Hex 66 89 6D 1A 0 14 2E 84 F 2F
Octal 146 211 155 32 0 24 56 204 17 57
Binary 1100110 10001001 1101101 11010 0 10100 101110 10000100 1111 101111

Color Harmonies of #66896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66896D

Black with #66896D

Text Example


Text Example

White with #66896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66896D; }

 p { color: rgb(102,137,109); }

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

background-color css

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

 a { background-color: rgb(102,137,109); }

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

border-color css

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

 span { border-color: rgb(102,137,109); }

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