Html Css Color HEX #66906F Laurel

📋 copy color: '#66906F'

red 102 ◦ green 144 ◦ blue 111

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

Shades of Laurel #66906F

Tints of Laurel #66906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 28.57%
G = 40.34%
B = 31.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#66906F (or 0x66906F) is known color: Laurel. HEX triplet: 66, 90 and 6F. RGB value is (102,144,111). Sum of RGB (Red+Green+Blue) = 102+144+111=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #66906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66906F is #996F90. Grayscale: #7F7F7F. Windows color (decimal): -10055569 or 7311462. OLE color: 7311462.

HSL color Cylindrical-coordinate representation of color #66906F: hue angle of 132.86º 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 #66906F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 111 -
CMYK 0.29 0 0.23 0.44
HSL 132.86º 0.17% 0.48% -
HSV(B) 132.86º 0.29% 0.56% -
XYZ 18.32 23.92 18.69 -
YUV 127.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 102 144 111 0.29 0 0.23 0.44 132.86 0.17 0.48
Hex 66 90 6F 1D 0 17 2C 85 11 30
Octal 146 220 157 35 0 27 54 205 21 60
Binary 1100110 10010000 1101111 11101 0 10111 101100 10000101 10001 110000

Color Harmonies of #66906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66906F

Black with #66906F

Text Example


Text Example

White with #66906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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