Html Css Color HEX #66936D Laurel

📋 copy color: '#66936D'

red 102 ◦ green 147 ◦ blue 109

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

Shades of Laurel #66936D

Tints of Laurel #66936D

RGB

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

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

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

R = 28.49%
G = 41.06%
B = 30.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#66936D (or 0x66936D) is known color: Laurel. HEX triplet: 66, 93 and 6D. RGB value is (102,147,109). Sum of RGB (Red+Green+Blue) = 102+147+109=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #66936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66936D is #996C92. Grayscale: #818181. Windows color (decimal): -10054803 or 7181158. OLE color: 7181158.

HSL color Cylindrical-coordinate representation of color #66936D: hue angle of 129.33º 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 #66936D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 109 -
CMYK 0.31 0 0.26 0.42
HSL 129.33º 0.18% 0.49% -
HSV(B) 129.33º 0.31% 0.58% -
XYZ 18.67 24.8 18.27 -
YUV 129.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 102 147 109 0.31 0 0.26 0.42 129.33 0.18 0.49
Hex 66 93 6D 1F 0 1A 2A 81 12 31
Octal 146 223 155 37 0 32 52 201 22 61
Binary 1100110 10010011 1101101 11111 0 11010 101010 10000001 10010 110001

Color Harmonies of #66936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66936D

Black with #66936D

Text Example


Text Example

White with #66936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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