Html Css Color HEX #66916B Laurel

📋 copy color: '#66916B'

red 102 ◦ green 145 ◦ blue 107

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

Shades of Laurel #66916B

Tints of Laurel #66916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 28.81%
G = 40.96%
B = 30.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#66916B (or 0x66916B) is known color: Laurel. HEX triplet: 66, 91 and 6B. RGB value is (102,145,107). Sum of RGB (Red+Green+Blue) = 102+145+107=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #66916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66916B is #996E94. Grayscale: #7F7F7F. Windows color (decimal): -10055317 or 7049574. OLE color: 7049574.

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

Color convert

RGB 102 145 107 -
CMYK 0.30 0 0.26 0.43
HSL 126.98º 0.17% 0.48% -
HSV(B) 126.98º 0.3% 0.57% -
XYZ 18.26 24.14 17.61 -
YUV 127.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 102 145 107 0.30 0 0.26 0.43 126.98 0.17 0.48
Hex 66 91 6B 1E 0 1A 2B 7F 11 30
Octal 146 221 153 36 0 32 53 177 21 60
Binary 1100110 10010001 1101011 11110 0 11010 101011 1111111 10001 110000

Color Harmonies of #66916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66916B

Black with #66916B

Text Example


Text Example

White with #66916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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