Html Css Color HEX #66826D Laurel

📋 copy color: '#66826D'

red 102 ◦ green 130 ◦ blue 109

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

Shades of Laurel #66826D

Tints of Laurel #66826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 29.91%
G = 38.12%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#66826D (or 0x66826D) is known color: Laurel. HEX triplet: 66, 82 and 6D. RGB value is (102,130,109). Sum of RGB (Red+Green+Blue) = 102+130+109=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #66826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66826D is #997D92. Grayscale: #777777. Windows color (decimal): -10059155 or 7176806. OLE color: 7176806.

HSL color Cylindrical-coordinate representation of color #66826D: hue angle of 135º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66826D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 109 -
CMYK 0.22 0 0.16 0.49
HSL 135º 0.12% 0.45% -
HSV(B) 135º 0.22% 0.51% -
XYZ 16.22 19.89 17.45 -
YUV 119.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 102 130 109 0.22 0 0.16 0.49 135 0.12 0.45
Hex 66 82 6D 16 0 10 31 87 C 2D
Octal 146 202 155 26 0 20 61 207 14 55
Binary 1100110 10000010 1101101 10110 0 10000 110001 10000111 1100 101101

Color Harmonies of #66826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66826D

Black with #66826D

Text Example


Text Example

White with #66826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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