Html Css Color HEX #66936A Laurel

📋 copy color: '#66936A'

red 102 ◦ green 147 ◦ blue 106

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

Shades of Laurel #66936A

Tints of Laurel #66936A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 28.73%
G = 41.41%
B = 29.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#66936A (or 0x66936A) is known color: Laurel. HEX triplet: 66, 93 and 6A. RGB value is (102,147,106). Sum of RGB (Red+Green+Blue) = 102+147+106=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #66936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66936A is #996C95. Grayscale: #808080. Windows color (decimal): -10054806 or 6984550. OLE color: 6984550.

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

Color convert

RGB 102 147 106 -
CMYK 0.31 0 0.28 0.42
HSL 125.33º 0.18% 0.49% -
HSV(B) 125.33º 0.31% 0.58% -
XYZ 18.51 24.73 17.43 -
YUV 128.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 102 147 106 0.31 0 0.28 0.42 125.33 0.18 0.49
Hex 66 93 6A 1F 0 1C 2A 7D 12 31
Octal 146 223 152 37 0 34 52 175 22 61
Binary 1100110 10010011 1101010 11111 0 11100 101010 1111101 10010 110001

Color Harmonies of #66936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66936A

Black with #66936A

Text Example


Text Example

White with #66936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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