Html Css Color HEX #6D8030 Olive Drab

📋 copy color: '#6D8030'

red 109 ◦ green 128 ◦ blue 48

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

Shades of Olive Drab #6D8030

Tints of Olive Drab #6D8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 38.25%
G = 44.91%
B = 16.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#6D8030 (or 0x6D8030) is known color: Olive Drab. HEX triplet: 6D, 80 and 30. RGB value is (109,128,48). Sum of RGB (Red+Green+Blue) = 109+128+48=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8030 is #927FCF. Grayscale: #717171. Windows color (decimal): -9600976 or 3178605. OLE color: 3178605.

HSL color Cylindrical-coordinate representation of color #6D8030: hue angle of 74.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D8030 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 128 48 -
CMYK 0.15 0 0.62 0.50
HSL 74.25º 0.45% 0.35% -
HSV(B) 74.25º 0.63% 0.5% -
XYZ 14.56 18.9 5.68 -
YUV 113.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 109 128 48 0.15 0 0.62 0.50 74.25 0.45 0.35
Hex 6D 80 30 F 0 3E 32 4A 2D 23
Octal 155 200 60 17 0 76 62 112 55 43
Binary 1101101 10000000 110000 1111 0 111110 110010 1001010 101101 100011

Color Harmonies of #6D8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8030

Black with #6D8030

Text Example


Text Example

White with #6D8030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,128,48); }

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

background-color css

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

 a { background-color: rgb(109,128,48); }

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

border-color css

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

 span { border-color: rgb(109,128,48); }

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