Html Css Color HEX #66936C Laurel

📋 copy color: '#66936C'

red 102 ◦ green 147 ◦ blue 108

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

Shades of Laurel #66936C

Tints of Laurel #66936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 28.57%
G = 41.18%
B = 30.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#66936C (or 0x66936C) is known color: Laurel. HEX triplet: 66, 93 and 6C. RGB value is (102,147,108). Sum of RGB (Red+Green+Blue) = 102+147+108=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #66936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66936C is #996C93. Grayscale: #818181. Windows color (decimal): -10054804 or 7115622. OLE color: 7115622.

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

Color convert

RGB 102 147 108 -
CMYK 0.31 0 0.27 0.42
HSL 128º 0.18% 0.49% -
HSV(B) 128º 0.31% 0.58% -
XYZ 18.62 24.77 17.99 -
YUV 129.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 102 147 108 0.31 0 0.27 0.42 128 0.18 0.49
Hex 66 93 6C 1F 0 1B 2A 80 12 31
Octal 146 223 154 37 0 33 52 200 22 61
Binary 1100110 10010011 1101100 11111 0 11011 101010 10000000 10010 110001

Color Harmonies of #66936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66936C

Black with #66936C

Text Example


Text Example

White with #66936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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