Html Css Color HEX #6F8322 Olive Drab

📋 copy color: '#6F8322'

red 111 ◦ green 131 ◦ blue 34

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

Shades of Olive Drab #6F8322

Tints of Olive Drab #6F8322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 40.22%
G = 47.46%
B = 12.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#6F8322 (or 0x6F8322) is known color: Olive Drab. HEX triplet: 6F, 83 and 22. RGB value is (111,131,34). Sum of RGB (Red+Green+Blue) = 111+131+34=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8322 is #907CDD. Grayscale: #727272. Windows color (decimal): -9469150 or 2261871. OLE color: 2261871.

HSL color Cylindrical-coordinate representation of color #6F8322: hue angle of 72.37º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F8322 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 34 -
CMYK 0.15 0 0.74 0.49
HSL 72.37º 0.59% 0.32% -
HSV(B) 72.37º 0.74% 0.51% -
XYZ 14.96 19.73 4.53 -
YUV 113.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 111 131 34 0.15 0 0.74 0.49 72.37 0.59 0.32
Hex 6F 83 22 F 0 4A 31 48 3B 20
Octal 157 203 42 17 0 112 61 110 73 40
Binary 1101111 10000011 100010 1111 0 1001010 110001 1001000 111011 100000

Color Harmonies of #6F8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8322

Black with #6F8322

Text Example


Text Example

White with #6F8322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,34); }

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

background-color css

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

 a { background-color: rgb(111,131,34); }

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

border-color css

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

 span { border-color: rgb(111,131,34); }

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