Html Css Color HEX #6E955C Highland

📋 copy color: '#6E955C'

red 110 ◦ green 149 ◦ blue 92

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

Shades of Highland #6E955C

Tints of Highland #6E955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 31.34%
G = 42.45%
B = 26.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#6E955C (or 0x6E955C) is known color: Highland. HEX triplet: 6E, 95 and 5C. RGB value is (110,149,92). Sum of RGB (Red+Green+Blue) = 110+149+92=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #6E955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E955C is #916AA3. Grayscale: #838383. Windows color (decimal): -9530020 or 6067566. OLE color: 6067566.

HSL color Cylindrical-coordinate representation of color #6E955C: hue angle of 101.05º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E955C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 149 92 -
CMYK 0.26 0 0.38 0.42
HSL 101.05º 0.24% 0.47% -
HSV(B) 101.05º 0.38% 0.58% -
XYZ 19.11 25.58 14.06 -
YUV 130.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 110 149 92 0.26 0 0.38 0.42 101.05 0.24 0.47
Hex 6E 95 5C 1A 0 26 2A 65 18 2F
Octal 156 225 134 32 0 46 52 145 30 57
Binary 1101110 10010101 1011100 11010 0 100110 101010 1100101 11000 101111

Color Harmonies of #6E955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E955C

Black with #6E955C

Text Example


Text Example

White with #6E955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,149,92); }

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

background-color css

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

 a { background-color: rgb(110,149,92); }

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

border-color css

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

 span { border-color: rgb(110,149,92); }

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