Html Css Color HEX #6D8B53 Highland

📋 copy color: '#6D8B53'

red 109 ◦ green 139 ◦ blue 83

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

Shades of Highland #6D8B53

Tints of Highland #6D8B53

RGB

 RED value IS 109 (42.97% from 255) = 32.93%

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 32.93%
G = 41.99%
B = 25.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#6D8B53 (or 0x6D8B53) is known color: Highland. HEX triplet: 6D, 8B and 53. RGB value is (109,139,83). Sum of RGB (Red+Green+Blue) = 109+139+83=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B53 is #9274AC. Grayscale: #7B7B7B. Windows color (decimal): -9598125 or 5475181. OLE color: 5475181.

HSL color Cylindrical-coordinate representation of color #6D8B53: hue angle of 92.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8B53 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 139 83 -
CMYK 0.22 0 0.40 0.45
HSL 92.14º 0.25% 0.44% -
HSV(B) 92.14º 0.4% 0.55% -
XYZ 17.1 22.34 11.59 -
YUV 123.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 109 139 83 0.22 0 0.40 0.45 92.14 0.25 0.44
Hex 6D 8B 53 16 0 28 2D 5C 19 2C
Octal 155 213 123 26 0 50 55 134 31 54
Binary 1101101 10001011 1010011 10110 0 101000 101101 1011100 11001 101100

Color Harmonies of #6D8B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8B53

Black with #6D8B53

Text Example


Text Example

White with #6D8B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,139,83); }

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

background-color css

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

 a { background-color: rgb(109,139,83); }

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

border-color css

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

 span { border-color: rgb(109,139,83); }

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