Html Css Color HEX #668971 Laurel

📋 copy color: '#668971'

red 102 ◦ green 137 ◦ blue 113

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

Shades of Laurel #668971

Tints of Laurel #668971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 28.98%
G = 38.92%
B = 32.1%

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

#668971 (or 0x668971) is known color: Laurel. HEX triplet: 66, 89 and 71. RGB value is (102,137,113). Sum of RGB (Red+Green+Blue) = 102+137+113=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #668971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668971 is #99768E. Grayscale: #7B7B7B. Windows color (decimal): -10057359 or 7440742. OLE color: 7440742.

HSL color Cylindrical-coordinate representation of color #668971: hue angle of 138.86º 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 #668971 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 113 -
CMYK 0.26 0 0.18 0.46
HSL 138.86º 0.15% 0.47% -
HSV(B) 138.86º 0.26% 0.54% -
XYZ 17.41 21.91 18.93 -
YUV 123.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 102 137 113 0.26 0 0.18 0.46 138.86 0.15 0.47
Hex 66 89 71 1A 0 12 2E 8B F 2F
Octal 146 211 161 32 0 22 56 213 17 57
Binary 1100110 10001001 1110001 11010 0 10010 101110 10001011 1111 101111

Color Harmonies of #668971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668971

Black with #668971

Text Example


Text Example

White with #668971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668971; }

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

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

background-color css

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

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

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

border-color css

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

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

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