Html Css Color HEX #6E9A71 Laurel

📋 copy color: '#6E9A71'

red 110 ◦ green 154 ◦ blue 113

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

Shades of Laurel #6E9A71

Tints of Laurel #6E9A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 29.18%
G = 40.85%
B = 29.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#6E9A71 (or 0x6E9A71) is known color: Laurel. HEX triplet: 6E, 9A and 71. RGB value is (110,154,113). Sum of RGB (Red+Green+Blue) = 110+154+113=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #6E9A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9A71 is #91658E. Grayscale: #888888. Windows color (decimal): -9528719 or 7445102. OLE color: 7445102.

HSL color Cylindrical-coordinate representation of color #6E9A71: hue angle of 124.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9A71 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 154 113 -
CMYK 0.29 0 0.27 0.40
HSL 124.09º 0.18% 0.52% -
HSV(B) 124.09º 0.29% 0.6% -
XYZ 20.97 27.62 19.85 -
YUV 136.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 110 154 113 0.29 0 0.27 0.40 124.09 0.18 0.52
Hex 6E 9A 71 1D 0 1B 28 7C 12 34
Octal 156 232 161 35 0 33 50 174 22 64
Binary 1101110 10011010 1110001 11101 0 11011 101000 1111100 10010 110100

Color Harmonies of #6E9A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9A71

Black with #6E9A71

Text Example


Text Example

White with #6E9A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,154,113); }

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

background-color css

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

 a { background-color: rgb(110,154,113); }

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

border-color css

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

 span { border-color: rgb(110,154,113); }

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