Html Css Color HEX #66916D Laurel

📋 copy color: '#66916D'

red 102 ◦ green 145 ◦ blue 109

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

Shades of Laurel #66916D

Tints of Laurel #66916D

RGB

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

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

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

R = 28.65%
G = 40.73%
B = 30.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#66916D (or 0x66916D) is known color: Laurel. HEX triplet: 66, 91 and 6D. RGB value is (102,145,109). Sum of RGB (Red+Green+Blue) = 102+145+109=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #66916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66916D is #996E92. Grayscale: #808080. Windows color (decimal): -10055315 or 7180646. OLE color: 7180646.

HSL color Cylindrical-coordinate representation of color #66916D: hue angle of 129.77º 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 #66916D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 109 -
CMYK 0.30 0 0.25 0.43
HSL 129.77º 0.17% 0.48% -
HSV(B) 129.77º 0.3% 0.57% -
XYZ 18.37 24.18 18.17 -
YUV 128.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 102 145 109 0.30 0 0.25 0.43 129.77 0.17 0.48
Hex 66 91 6D 1E 0 19 2B 82 11 30
Octal 146 221 155 36 0 31 53 202 21 60
Binary 1100110 10010001 1101101 11110 0 11001 101011 10000010 10001 110000

Color Harmonies of #66916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66916D

Black with #66916D

Text Example


Text Example

White with #66916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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