Html Css Color HEX #66956C Laurel

📋 copy color: '#66956C'

red 102 ◦ green 149 ◦ blue 108

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

Shades of Laurel #66956C

Tints of Laurel #66956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

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

R = 28.41%
G = 41.5%
B = 30.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#66956C (or 0x66956C) is known color: Laurel. HEX triplet: 66, 95 and 6C. RGB value is (102,149,108). Sum of RGB (Red+Green+Blue) = 102+149+108=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #66956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66956C is #996A93. Grayscale: #828282. Windows color (decimal): -10054292 or 7116134. OLE color: 7116134.

HSL color Cylindrical-coordinate representation of color #66956C: hue angle of 127.66º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66956C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 108 -
CMYK 0.32 0 0.28 0.42
HSL 127.66º 0.19% 0.49% -
HSV(B) 127.66º 0.32% 0.58% -
XYZ 18.93 25.4 18.09 -
YUV 130.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 102 149 108 0.32 0 0.28 0.42 127.66 0.19 0.49
Hex 66 95 6C 20 0 1C 2A 80 13 31
Octal 146 225 154 40 0 34 52 200 23 61
Binary 1100110 10010101 1101100 100000 0 11100 101010 10000000 10011 110001

Color Harmonies of #66956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66956C

Black with #66956C

Text Example


Text Example

White with #66956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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