Html Css Color HEX #6D952F Olive Drab

📋 copy color: '#6D952F'

red 109 ◦ green 149 ◦ blue 47

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

Shades of Olive Drab #6D952F

Tints of Olive Drab #6D952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 35.74%
G = 48.85%
B = 15.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#6D952F (or 0x6D952F) is known color: Olive Drab. HEX triplet: 6D, 95 and 2F. RGB value is (109,149,47). Sum of RGB (Red+Green+Blue) = 109+149+47=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #6D952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D952F is #926AD0. Grayscale: #7D7D7D. Windows color (decimal): -9595601 or 3118445. OLE color: 3118445.

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

Color convert

RGB 109 149 47 -
CMYK 0.27 0 0.68 0.42
HSL 83.53º 0.52% 0.38% -
HSV(B) 83.53º 0.68% 0.58% -
XYZ 17.57 24.95 6.58 -
YUV 125.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 109 149 47 0.27 0 0.68 0.42 83.53 0.52 0.38
Hex 6D 95 2F 1B 0 44 2A 54 34 26
Octal 155 225 57 33 0 104 52 124 64 46
Binary 1101101 10010101 101111 11011 0 1000100 101010 1010100 110100 100110

Color Harmonies of #6D952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D952F

Black with #6D952F

Text Example


Text Example

White with #6D952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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