Html Css Color HEX #6F8224 Olive Drab

📋 copy color: '#6F8224'

red 111 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #6F8224

Tints of Olive Drab #6F8224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 36 (14.45% from 255) = 13%

R = 40.07%
G = 46.93%
B = 13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#6F8224 (or 0x6F8224) is known color: Olive Drab. HEX triplet: 6F, 82 and 24. RGB value is (111,130,36). Sum of RGB (Red+Green+Blue) = 111+130+36=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8224 is #907DDB. Grayscale: #717171. Windows color (decimal): -9469404 or 2392687. OLE color: 2392687.

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

Color convert

RGB 111 130 36 -
CMYK 0.15 0 0.72 0.49
HSL 72.13º 0.57% 0.33% -
HSV(B) 72.13º 0.72% 0.51% -
XYZ 14.86 19.47 4.64 -
YUV 113.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 111 130 36 0.15 0 0.72 0.49 72.13 0.57 0.33
Hex 6F 82 24 F 0 48 31 48 39 21
Octal 157 202 44 17 0 110 61 110 71 41
Binary 1101111 10000010 100100 1111 0 1001000 110001 1001000 111001 100001

Color Harmonies of #6F8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8224

Black with #6F8224

Text Example


Text Example

White with #6F8224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,36); }

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

background-color css

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

 a { background-color: rgb(111,130,36); }

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

border-color css

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

 span { border-color: rgb(111,130,36); }

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