Html Css Color HEX #6D952E Olive Drab

📋 copy color: '#6D952E'

red 109 ◦ green 149 ◦ blue 46

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

Shades of Olive Drab #6D952E

Tints of Olive Drab #6D952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 35.86%
G = 49.01%
B = 15.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#6D952E (or 0x6D952E) is known color: Olive Drab. HEX triplet: 6D, 95 and 2E. RGB value is (109,149,46). Sum of RGB (Red+Green+Blue) = 109+149+46=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #6D952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D952E is #926AD1. Grayscale: #7D7D7D. Windows color (decimal): -9595602 or 3052909. OLE color: 3052909.

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

Color convert

RGB 109 149 46 -
CMYK 0.27 0 0.69 0.42
HSL 83.3º 0.53% 0.38% -
HSV(B) 83.3º 0.69% 0.58% -
XYZ 17.55 24.94 6.47 -
YUV 125.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 109 149 46 0.27 0 0.69 0.42 83.3 0.53 0.38
Hex 6D 95 2E 1B 0 45 2A 53 35 26
Octal 155 225 56 33 0 105 52 123 65 46
Binary 1101101 10010101 101110 11011 0 1000101 101010 1010011 110101 100110

Color Harmonies of #6D952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D952E

Black with #6D952E

Text Example


Text Example

White with #6D952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,46); }

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

background-color css

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

 a { background-color: rgb(109,149,46); }

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

border-color css

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

 span { border-color: rgb(109,149,46); }

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