Html Css Color HEX #6F8434 Olive Drab

📋 copy color: '#6F8434'

red 111 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #6F8434

Tints of Olive Drab #6F8434

RGB

 RED value IS 111 (43.75% from 255) = 37.63%

 GREEN value IS 132 (51.95% from 255) = 44.75%

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

R = 37.63%
G = 44.75%
B = 17.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#6F8434 (or 0x6F8434) is known color: Olive Drab. HEX triplet: 6F, 84 and 34. RGB value is (111,132,52). Sum of RGB (Red+Green+Blue) = 111+132+52=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8434 is #907BCB. Grayscale: #747474. Windows color (decimal): -9468876 or 3441775. OLE color: 3441775.

HSL color Cylindrical-coordinate representation of color #6F8434: hue angle of 75.75º degrees, saturation: 0.43, 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 #6F8434 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 132 52 -
CMYK 0.16 0 0.61 0.48
HSL 75.75º 0.43% 0.36% -
HSV(B) 75.75º 0.61% 0.52% -
XYZ 15.43 20.13 6.32 -
YUV 116.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 111 132 52 0.16 0 0.61 0.48 75.75 0.43 0.36
Hex 6F 84 34 10 0 3D 30 4C 2B 24
Octal 157 204 64 20 0 75 60 114 53 44
Binary 1101111 10000100 110100 10000 0 111101 110000 1001100 101011 100100

Color Harmonies of #6F8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8434

Black with #6F8434

Text Example


Text Example

White with #6F8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,52); }

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

background-color css

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

 a { background-color: rgb(111,132,52); }

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

border-color css

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

 span { border-color: rgb(111,132,52); }

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