Html Css Color HEX #668770 Laurel

📋 copy color: '#668770'

red 102 ◦ green 135 ◦ blue 112

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

Shades of Laurel #668770

Tints of Laurel #668770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 29.23%
G = 38.68%
B = 32.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#668770 (or 0x668770) is known color: Laurel. HEX triplet: 66, 87 and 70. RGB value is (102,135,112). Sum of RGB (Red+Green+Blue) = 102+135+112=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #668770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668770 is #99788F. Grayscale: #7A7A7A. Windows color (decimal): -10057872 or 7374694. OLE color: 7374694.

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

Color convert

RGB 102 135 112 -
CMYK 0.24 0 0.17 0.47
HSL 138.18º 0.14% 0.46% -
HSV(B) 138.18º 0.24% 0.53% -
XYZ 17.07 21.32 18.55 -
YUV 122.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 102 135 112 0.24 0 0.17 0.47 138.18 0.14 0.46
Hex 66 87 70 18 0 11 2F 8A E 2E
Octal 146 207 160 30 0 21 57 212 16 56
Binary 1100110 10000111 1110000 11000 0 10001 101111 10001010 1110 101110

Color Harmonies of #668770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668770

Black with #668770

Text Example


Text Example

White with #668770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668770; }

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

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

background-color css

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

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

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

border-color css

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

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

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