Html Css Color HEX #668268 Laurel

📋 copy color: '#668268'

red 102 ◦ green 130 ◦ blue 104

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

Shades of Laurel #668268

Tints of Laurel #668268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 30.36%
G = 38.69%
B = 30.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#668268 (or 0x668268) is known color: Laurel. HEX triplet: 66, 82 and 68. RGB value is (102,130,104). Sum of RGB (Red+Green+Blue) = 102+130+104=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #668268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668268 is #997D97. Grayscale: #767676. Windows color (decimal): -10059160 or 6849126. OLE color: 6849126.

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

Color convert

RGB 102 130 104 -
CMYK 0.22 0 0.2 0.49
HSL 124.29º 0.12% 0.45% -
HSV(B) 124.29º 0.22% 0.51% -
XYZ 15.96 19.79 16.08 -
YUV 118.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 102 130 104 0.22 0 0.2 0.49 124.29 0.12 0.45
Hex 66 82 68 16 0 14 31 7C C 2D
Octal 146 202 150 26 0 24 61 174 14 55
Binary 1100110 10000010 1101000 10110 0 10100 110001 1111100 1100 101101

Color Harmonies of #668268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668268

Black with #668268

Text Example


Text Example

White with #668268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668268; }

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

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

background-color css

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

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

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

border-color css

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

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

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