Html Css Color HEX #66906E Laurel

📋 copy color: '#66906E'

red 102 ◦ green 144 ◦ blue 110

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

Shades of Laurel #66906E

Tints of Laurel #66906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 28.65%
G = 40.45%
B = 30.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#66906E (or 0x66906E) is known color: Laurel. HEX triplet: 66, 90 and 6E. RGB value is (102,144,110). Sum of RGB (Red+Green+Blue) = 102+144+110=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #66906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66906E is #996F91. Grayscale: #7F7F7F. Windows color (decimal): -10055570 or 7245926. OLE color: 7245926.

HSL color Cylindrical-coordinate representation of color #66906E: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66906E is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 110 -
CMYK 0.29 0 0.24 0.44
HSL 131.43º 0.17% 0.48% -
HSV(B) 131.43º 0.29% 0.56% -
XYZ 18.27 23.9 18.4 -
YUV 127.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 102 144 110 0.29 0 0.24 0.44 131.43 0.17 0.48
Hex 66 90 6E 1D 0 18 2C 83 11 30
Octal 146 220 156 35 0 30 54 203 21 60
Binary 1100110 10010000 1101110 11101 0 11000 101100 10000011 10001 110000

Color Harmonies of #66906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66906E

Black with #66906E

Text Example


Text Example

White with #66906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66906E; }

 p { color: rgb(102,144,110); }

 H1.HeaderClassName
 {
   color: #66906E;
 }
 .AnyTagClassName
 {
   color: #66906E;
 }
</style>

background-color css

<style>
 a { background-color: #66906E; }

 a { background-color: rgb(102,144,110); }

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

border-color css

<style>
 span { border-color: #66906E; }

 span { border-color: rgb(102,144,110); }

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