Html Css Color HEX #668970 Laurel

📋 copy color: '#668970'

red 102 ◦ green 137 ◦ blue 112

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

Shades of Laurel #668970

Tints of Laurel #668970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

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

R = 29.06%
G = 39.03%
B = 31.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#668970 (or 0x668970) is known color: Laurel. HEX triplet: 66, 89 and 70. RGB value is (102,137,112). Sum of RGB (Red+Green+Blue) = 102+137+112=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #668970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668970 is #99768F. Grayscale: #7B7B7B. Windows color (decimal): -10057360 or 7375206. OLE color: 7375206.

HSL color Cylindrical-coordinate representation of color #668970: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668970 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 112 -
CMYK 0.26 0 0.18 0.46
HSL 137.14º 0.15% 0.47% -
HSV(B) 137.14º 0.26% 0.54% -
XYZ 17.35 21.89 18.64 -
YUV 123.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 102 137 112 0.26 0 0.18 0.46 137.14 0.15 0.47
Hex 66 89 70 1A 0 12 2E 89 F 2F
Octal 146 211 160 32 0 22 56 211 17 57
Binary 1100110 10001001 1110000 11010 0 10010 101110 10001001 1111 101111

Color Harmonies of #668970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668970

Black with #668970

Text Example


Text Example

White with #668970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668970; }

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

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

background-color css

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

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

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

border-color css

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

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

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