Html Css Color HEX #66916E Laurel

📋 copy color: '#66916E'

red 102 ◦ green 145 ◦ blue 110

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

Shades of Laurel #66916E

Tints of Laurel #66916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 28.57%
G = 40.62%
B = 30.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#66916E (or 0x66916E) is known color: Laurel. HEX triplet: 66, 91 and 6E. RGB value is (102,145,110). Sum of RGB (Red+Green+Blue) = 102+145+110=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #66916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66916E is #996E91. Grayscale: #808080. Windows color (decimal): -10055314 or 7246182. OLE color: 7246182.

HSL color Cylindrical-coordinate representation of color #66916E: hue angle of 131.16º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66916E is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 110 -
CMYK 0.30 0 0.24 0.43
HSL 131.16º 0.17% 0.48% -
HSV(B) 131.16º 0.3% 0.57% -
XYZ 18.42 24.2 18.45 -
YUV 128.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 102 145 110 0.30 0 0.24 0.43 131.16 0.17 0.48
Hex 66 91 6E 1E 0 18 2B 83 11 30
Octal 146 221 156 36 0 30 53 203 21 60
Binary 1100110 10010001 1101110 11110 0 11000 101011 10000011 10001 110000

Color Harmonies of #66916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66916E

Black with #66916E

Text Example


Text Example

White with #66916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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