Html Css Color HEX #668B70 Laurel

📋 copy color: '#668B70'

red 102 ◦ green 139 ◦ blue 112

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

Shades of Laurel #668B70

Tints of Laurel #668B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.38%

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

R = 28.9%
G = 39.38%
B = 31.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#668B70 (or 0x668B70) is known color: Laurel. HEX triplet: 66, 8B and 70. RGB value is (102,139,112). Sum of RGB (Red+Green+Blue) = 102+139+112=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #668B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B70 is #99748F. Grayscale: #7C7C7C. Windows color (decimal): -10056848 or 7375718. OLE color: 7375718.

HSL color Cylindrical-coordinate representation of color #668B70: hue angle of 136.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B70 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 112 -
CMYK 0.27 0 0.19 0.45
HSL 136.22º 0.15% 0.47% -
HSV(B) 136.22º 0.27% 0.55% -
XYZ 17.64 22.46 18.73 -
YUV 124.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 102 139 112 0.27 0 0.19 0.45 136.22 0.15 0.47
Hex 66 8B 70 1B 0 13 2D 88 F 2F
Octal 146 213 160 33 0 23 55 210 17 57
Binary 1100110 10001011 1110000 11011 0 10011 101101 10001000 1111 101111

Color Harmonies of #668B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B70

Black with #668B70

Text Example


Text Example

White with #668B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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