Html Css Color HEX #6E8F75 Laurel

📋 copy color: '#6E8F75'

red 110 ◦ green 143 ◦ blue 117

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

Shades of Laurel #6E8F75

Tints of Laurel #6E8F75

RGB

 RED value IS 110 (43.36% from 255) = 29.73%

 GREEN value IS 143 (56.25% from 255) = 38.65%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 29.73%
G = 38.65%
B = 31.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#6E8F75 (or 0x6E8F75) is known color: Laurel. HEX triplet: 6E, 8F and 75. RGB value is (110,143,117). Sum of RGB (Red+Green+Blue) = 110+143+117=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8F75 is #91708A. Grayscale: #828282. Windows color (decimal): -9531531 or 7704430. OLE color: 7704430.

HSL color Cylindrical-coordinate representation of color #6E8F75: hue angle of 132.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F75 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 143 117 -
CMYK 0.23 0 0.18 0.44
HSL 132.73º 0.13% 0.5% -
HSV(B) 132.73º 0.23% 0.56% -
XYZ 19.46 24.24 20.48 -
YUV 130.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 110 143 117 0.23 0 0.18 0.44 132.73 0.13 0.5
Hex 6E 8F 75 17 0 12 2C 85 D 32
Octal 156 217 165 27 0 22 54 205 15 62
Binary 1101110 10001111 1110101 10111 0 10010 101100 10000101 1101 110010

Color Harmonies of #6E8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8F75

Black with #6E8F75

Text Example


Text Example

White with #6E8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8F75; }

 p { color: rgb(110,143,117); }

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

background-color css

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

 a { background-color: rgb(110,143,117); }

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

border-color css

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

 span { border-color: rgb(110,143,117); }

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