Html Css Color HEX #6D8534 Olive Drab

📋 copy color: '#6D8534'

red 109 ◦ green 133 ◦ blue 52

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

Shades of Olive Drab #6D8534

Tints of Olive Drab #6D8534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 37.07%
G = 45.24%
B = 17.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#6D8534 (or 0x6D8534) is known color: Olive Drab. HEX triplet: 6D, 85 and 34. RGB value is (109,133,52). Sum of RGB (Red+Green+Blue) = 109+133+52=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8534 is #927ACB. Grayscale: #747474. Windows color (decimal): -9599692 or 3442029. OLE color: 3442029.

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

Color convert

RGB 109 133 52 -
CMYK 0.18 0 0.61 0.48
HSL 77.78º 0.44% 0.36% -
HSV(B) 77.78º 0.61% 0.52% -
XYZ 15.31 20.27 6.35 -
YUV 116.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 109 133 52 0.18 0 0.61 0.48 77.78 0.44 0.36
Hex 6D 85 34 12 0 3D 30 4E 2C 24
Octal 155 205 64 22 0 75 60 116 54 44
Binary 1101101 10000101 110100 10010 0 111101 110000 1001110 101100 100100

Color Harmonies of #6D8534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8534

Black with #6D8534

Text Example


Text Example

White with #6D8534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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