Html Css Color HEX #668B6E Laurel

📋 copy color: '#668B6E'

red 102 ◦ green 139 ◦ blue 110

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

Shades of Laurel #668B6E

Tints of Laurel #668B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 29.06%
G = 39.6%
B = 31.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#668B6E (or 0x668B6E) is known color: Laurel. HEX triplet: 66, 8B and 6E. RGB value is (102,139,110). Sum of RGB (Red+Green+Blue) = 102+139+110=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #668B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B6E is #997491. Grayscale: #7C7C7C. Windows color (decimal): -10056850 or 7244646. OLE color: 7244646.

HSL color Cylindrical-coordinate representation of color #668B6E: hue angle of 132.97º 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 #668B6E is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 110 -
CMYK 0.27 0 0.21 0.45
HSL 132.97º 0.15% 0.47% -
HSV(B) 132.97º 0.27% 0.55% -
XYZ 17.53 22.42 18.15 -
YUV 124.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 102 139 110 0.27 0 0.21 0.45 132.97 0.15 0.47
Hex 66 8B 6E 1B 0 15 2D 85 F 2F
Octal 146 213 156 33 0 25 55 205 17 57
Binary 1100110 10001011 1101110 11011 0 10101 101101 10000101 1111 101111

Color Harmonies of #668B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B6E

Black with #668B6E

Text Example


Text Example

White with #668B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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