Html Css Color HEX #66946B Laurel

📋 copy color: '#66946B'

red 102 ◦ green 148 ◦ blue 107

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

Shades of Laurel #66946B

Tints of Laurel #66946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 28.57%
G = 41.46%
B = 29.97%

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

#66946B (or 0x66946B) is known color: Laurel. HEX triplet: 66, 94 and 6B. RGB value is (102,148,107). Sum of RGB (Red+Green+Blue) = 102+148+107=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #66946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66946B is #996B94. Grayscale: #818181. Windows color (decimal): -10054549 or 7050342. OLE color: 7050342.

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

Color convert

RGB 102 148 107 -
CMYK 0.31 0 0.28 0.42
HSL 126.52º 0.18% 0.49% -
HSV(B) 126.52º 0.31% 0.58% -
XYZ 18.72 25.07 17.76 -
YUV 129.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 102 148 107 0.31 0 0.28 0.42 126.52 0.18 0.49
Hex 66 94 6B 1F 0 1C 2A 7F 12 31
Octal 146 224 153 37 0 34 52 177 22 61
Binary 1100110 10010100 1101011 11111 0 11100 101010 1111111 10010 110001

Color Harmonies of #66946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66946B

Black with #66946B

Text Example


Text Example

White with #66946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66946B; }

 p { color: rgb(102,148,107); }

 H1.HeaderClassName
 {
   color: #66946B;
 }
 .AnyTagClassName
 {
   color: #66946B;
 }
</style>

background-color css

<style>
 a { background-color: #66946B; }

 a { background-color: rgb(102,148,107); }

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

border-color css

<style>
 span { border-color: #66946B; }

 span { border-color: rgb(102,148,107); }

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