Html Css Color HEX #6F8732 Olive Drab

📋 copy color: '#6F8732'

red 111 ◦ green 135 ◦ blue 50

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

Shades of Olive Drab #6F8732

Tints of Olive Drab #6F8732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 37.5%
G = 45.61%
B = 16.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#6F8732 (or 0x6F8732) is known color: Olive Drab. HEX triplet: 6F, 87 and 32. RGB value is (111,135,50). Sum of RGB (Red+Green+Blue) = 111+135+50=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8732 is #9078CD. Grayscale: #767676. Windows color (decimal): -9468110 or 3311471. OLE color: 3311471.

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

Color convert

RGB 111 135 50 -
CMYK 0.18 0 0.63 0.47
HSL 76.94º 0.46% 0.36% -
HSV(B) 76.94º 0.63% 0.53% -
XYZ 15.8 20.94 6.23 -
YUV 118.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 111 135 50 0.18 0 0.63 0.47 76.94 0.46 0.36
Hex 6F 87 32 12 0 3F 2F 4D 2E 24
Octal 157 207 62 22 0 77 57 115 56 44
Binary 1101111 10000111 110010 10010 0 111111 101111 1001101 101110 100100

Color Harmonies of #6F8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8732

Black with #6F8732

Text Example


Text Example

White with #6F8732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,135,50); }

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

background-color css

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

 a { background-color: rgb(111,135,50); }

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

border-color css

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

 span { border-color: rgb(111,135,50); }

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