Html Css Color HEX #6E9970 Laurel

📋 copy color: '#6E9970'

red 110 ◦ green 153 ◦ blue 112

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

Shades of Laurel #6E9970

Tints of Laurel #6E9970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 29.33%
G = 40.8%
B = 29.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#6E9970 (or 0x6E9970) is known color: Laurel. HEX triplet: 6E, 99 and 70. RGB value is (110,153,112). Sum of RGB (Red+Green+Blue) = 110+153+112=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #6E9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9970 is #91668F. Grayscale: #878787. Windows color (decimal): -9528976 or 7379310. OLE color: 7379310.

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

Color convert

RGB 110 153 112 -
CMYK 0.28 0 0.27 0.4
HSL 122.79º 0.17% 0.52% -
HSV(B) 122.79º 0.28% 0.6% -
XYZ 20.75 27.27 19.5 -
YUV 135.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 110 153 112 0.28 0 0.27 0.4 122.79 0.17 0.52
Hex 6E 99 70 1C 0 1B 28 7B 11 34
Octal 156 231 160 34 0 33 50 173 21 64
Binary 1101110 10011001 1110000 11100 0 11011 101000 1111011 10001 110100

Color Harmonies of #6E9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9970

Black with #6E9970

Text Example


Text Example

White with #6E9970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,153,112); }

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

background-color css

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

 a { background-color: rgb(110,153,112); }

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

border-color css

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

 span { border-color: rgb(110,153,112); }

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