Html Css Color HEX #66896C Laurel

📋 copy color: '#66896C'

red 102 ◦ green 137 ◦ blue 108

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

Shades of Laurel #66896C

Tints of Laurel #66896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 29.39%
G = 39.48%
B = 31.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#66896C (or 0x66896C) is known color: Laurel. HEX triplet: 66, 89 and 6C. RGB value is (102,137,108). Sum of RGB (Red+Green+Blue) = 102+137+108=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #66896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66896C is #997693. Grayscale: #7B7B7B. Windows color (decimal): -10057364 or 7113062. OLE color: 7113062.

HSL color Cylindrical-coordinate representation of color #66896C: hue angle of 130.29º 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 #66896C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 108 -
CMYK 0.26 0 0.21 0.46
HSL 130.29º 0.15% 0.47% -
HSV(B) 130.29º 0.26% 0.54% -
XYZ 17.13 21.8 17.49 -
YUV 123.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 102 137 108 0.26 0 0.21 0.46 130.29 0.15 0.47
Hex 66 89 6C 1A 0 15 2E 82 F 2F
Octal 146 211 154 32 0 25 56 202 17 57
Binary 1100110 10001001 1101100 11010 0 10101 101110 10000010 1111 101111

Color Harmonies of #66896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66896C

Black with #66896C

Text Example


Text Example

White with #66896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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