Html Css Color HEX #6D8530 Olive Drab

📋 copy color: '#6D8530'

red 109 ◦ green 133 ◦ blue 48

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

Shades of Olive Drab #6D8530

Tints of Olive Drab #6D8530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 37.59%
G = 45.86%
B = 16.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#6D8530 (or 0x6D8530) is known color: Olive Drab. HEX triplet: 6D, 85 and 30. RGB value is (109,133,48). Sum of RGB (Red+Green+Blue) = 109+133+48=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8530 is #927ACF. Grayscale: #747474. Windows color (decimal): -9599696 or 3179885. OLE color: 3179885.

HSL color Cylindrical-coordinate representation of color #6D8530: hue angle of 76.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D8530 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 48 -
CMYK 0.18 0 0.64 0.48
HSL 76.94º 0.47% 0.35% -
HSV(B) 76.94º 0.64% 0.52% -
XYZ 15.23 20.24 5.9 -
YUV 116.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 109 133 48 0.18 0 0.64 0.48 76.94 0.47 0.35
Hex 6D 85 30 12 0 40 30 4D 2F 23
Octal 155 205 60 22 0 100 60 115 57 43
Binary 1101101 10000101 110000 10010 0 1000000 110000 1001101 101111 100011

Color Harmonies of #6D8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8530

Black with #6D8530

Text Example


Text Example

White with #6D8530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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