Html Css Color HEX #6F955D Highland

📋 copy color: '#6F955D'

red 111 ◦ green 149 ◦ blue 93

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

Shades of Highland #6F955D

Tints of Highland #6F955D

RGB

 RED value IS 111 (43.75% from 255) = 31.44%

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 31.44%
G = 42.21%
B = 26.35%

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

#6F955D (or 0x6F955D) is known color: Highland. HEX triplet: 6F, 95 and 5D. RGB value is (111,149,93). Sum of RGB (Red+Green+Blue) = 111+149+93=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #6F955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F955D is #906AA2. Grayscale: #838383. Windows color (decimal): -9464483 or 6133103. OLE color: 6133103.

HSL color Cylindrical-coordinate representation of color #6F955D: hue angle of 100.71º degrees, saturation: 0.23, 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 #6F955D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 149 93 -
CMYK 0.26 0 0.38 0.42
HSL 100.71º 0.23% 0.47% -
HSV(B) 100.71º 0.38% 0.58% -
XYZ 19.28 25.66 14.29 -
YUV 131.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 111 149 93 0.26 0 0.38 0.42 100.71 0.23 0.47
Hex 6F 95 5D 1A 0 26 2A 65 17 2F
Octal 157 225 135 32 0 46 52 145 27 57
Binary 1101111 10010101 1011101 11010 0 100110 101010 1100101 10111 101111

Color Harmonies of #6F955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F955D

Black with #6F955D

Text Example


Text Example

White with #6F955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,93); }

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

background-color css

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

 a { background-color: rgb(111,149,93); }

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

border-color css

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

 span { border-color: rgb(111,149,93); }

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