Html Css Color HEX #6D9422 Olive Drab

📋 copy color: '#6D9422'

red 109 ◦ green 148 ◦ blue 34

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

Shades of Olive Drab #6D9422

Tints of Olive Drab #6D9422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 37.46%
G = 50.86%
B = 11.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#6D9422 (or 0x6D9422) is known color: Olive Drab. HEX triplet: 6D, 94 and 22. RGB value is (109,148,34). Sum of RGB (Red+Green+Blue) = 109+148+34=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9422 is #926BDD. Grayscale: #7B7B7B. Windows color (decimal): -9595870 or 2266221. OLE color: 2266221.

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

Color convert

RGB 109 148 34 -
CMYK 0.26 0 0.77 0.42
HSL 80.53º 0.63% 0.36% -
HSV(B) 80.53º 0.77% 0.58% -
XYZ 17.19 24.55 5.35 -
YUV 123.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 109 148 34 0.26 0 0.77 0.42 80.53 0.63 0.36
Hex 6D 94 22 1A 0 4D 2A 51 3F 24
Octal 155 224 42 32 0 115 52 121 77 44
Binary 1101101 10010100 100010 11010 0 1001101 101010 1010001 111111 100100

Color Harmonies of #6D9422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9422

Black with #6D9422

Text Example


Text Example

White with #6D9422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,148,34); }

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

background-color css

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

 a { background-color: rgb(109,148,34); }

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

border-color css

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

 span { border-color: rgb(109,148,34); }

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