Html Css Color HEX #6F8720 Olive Drab

📋 copy color: '#6F8720'

red 111 ◦ green 135 ◦ blue 32

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

Shades of Olive Drab #6F8720

Tints of Olive Drab #6F8720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 39.93%
G = 48.56%
B = 11.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#6F8720 (or 0x6F8720) is known color: Olive Drab. HEX triplet: 6F, 87 and 20. RGB value is (111,135,32). Sum of RGB (Red+Green+Blue) = 111+135+32=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8720 is #9078DF. Grayscale: #747474. Windows color (decimal): -9468128 or 2131823. OLE color: 2131823.

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

Color convert

RGB 111 135 32 -
CMYK 0.18 0 0.76 0.47
HSL 73.98º 0.62% 0.33% -
HSV(B) 73.98º 0.76% 0.53% -
XYZ 15.48 20.81 4.57 -
YUV 116.08 80.55 124.38 -
System Red Green Blue C M Y K H S L
Decimal 111 135 32 0.18 0 0.76 0.47 73.98 0.62 0.33
Hex 6F 87 20 12 0 4C 2F 4A 3E 21
Octal 157 207 40 22 0 114 57 112 76 41
Binary 1101111 10000111 100000 10010 0 1001100 101111 1001010 111110 100001

Color Harmonies of #6F8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8720

Black with #6F8720

Text Example


Text Example

White with #6F8720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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