Html Css Color HEX #66826C Laurel

📋 copy color: '#66826C'

red 102 ◦ green 130 ◦ blue 108

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

Shades of Laurel #66826C

Tints of Laurel #66826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 30%
G = 38.24%
B = 31.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#66826C (or 0x66826C) is known color: Laurel. HEX triplet: 66, 82 and 6C. RGB value is (102,130,108). Sum of RGB (Red+Green+Blue) = 102+130+108=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #66826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66826C is #997D93. Grayscale: #777777. Windows color (decimal): -10059156 or 7111270. OLE color: 7111270.

HSL color Cylindrical-coordinate representation of color #66826C: hue angle of 132.86º 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 #66826C is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 108 -
CMYK 0.22 0 0.17 0.49
HSL 132.86º 0.12% 0.45% -
HSV(B) 132.86º 0.22% 0.51% -
XYZ 16.17 19.87 17.17 -
YUV 119.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 102 130 108 0.22 0 0.17 0.49 132.86 0.12 0.45
Hex 66 82 6C 16 0 11 31 85 C 2D
Octal 146 202 154 26 0 21 61 205 14 55
Binary 1100110 10000010 1101100 10110 0 10001 110001 10000101 1100 101101

Color Harmonies of #66826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66826C

Black with #66826C

Text Example


Text Example

White with #66826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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