Html Css Color HEX #668870 Laurel

📋 copy color: '#668870'

red 102 ◦ green 136 ◦ blue 112

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

Shades of Laurel #668870

Tints of Laurel #668870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 29.14%
G = 38.86%
B = 32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#668870 (or 0x668870) is known color: Laurel. HEX triplet: 66, 88 and 70. RGB value is (102,136,112). Sum of RGB (Red+Green+Blue) = 102+136+112=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #668870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668870 is #99778F. Grayscale: #7B7B7B. Windows color (decimal): -10057616 or 7374950. OLE color: 7374950.

HSL color Cylindrical-coordinate representation of color #668870: hue angle of 137.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668870 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 112 -
CMYK 0.25 0 0.18 0.47
HSL 137.65º 0.14% 0.47% -
HSV(B) 137.65º 0.25% 0.53% -
XYZ 17.21 21.6 18.59 -
YUV 123.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 102 136 112 0.25 0 0.18 0.47 137.65 0.14 0.47
Hex 66 88 70 19 0 12 2F 8A E 2F
Octal 146 210 160 31 0 22 57 212 16 57
Binary 1100110 10001000 1110000 11001 0 10010 101111 10001010 1110 101111

Color Harmonies of #668870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668870

Black with #668870

Text Example


Text Example

White with #668870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668870; }

 p { color: rgb(102,136,112); }

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

background-color css

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

 a { background-color: rgb(102,136,112); }

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

border-color css

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

 span { border-color: rgb(102,136,112); }

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