Html Css Color HEX #66906D Laurel

📋 copy color: '#66906D'

red 102 ◦ green 144 ◦ blue 109

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

Shades of Laurel #66906D

Tints of Laurel #66906D

RGB

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

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

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

R = 28.73%
G = 40.56%
B = 30.7%

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

#66906D (or 0x66906D) is known color: Laurel. HEX triplet: 66, 90 and 6D. RGB value is (102,144,109). Sum of RGB (Red+Green+Blue) = 102+144+109=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #66906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66906D is #996F92. Grayscale: #7F7F7F. Windows color (decimal): -10055571 or 7180390. OLE color: 7180390.

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

Color convert

RGB 102 144 109 -
CMYK 0.29 0 0.24 0.44
HSL 130º 0.17% 0.48% -
HSV(B) 130º 0.29% 0.56% -
XYZ 18.21 23.88 18.12 -
YUV 127.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 102 144 109 0.29 0 0.24 0.44 130 0.17 0.48
Hex 66 90 6D 1D 0 18 2C 82 11 30
Octal 146 220 155 35 0 30 54 202 21 60
Binary 1100110 10010000 1101101 11101 0 11000 101100 10000010 10001 110000

Color Harmonies of #66906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66906D

Black with #66906D

Text Example


Text Example

White with #66906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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