Html Css Color HEX #6F9124 Olive Drab

📋 copy color: '#6F9124'

red 111 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #6F9124

Tints of Olive Drab #6F9124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.66%

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

R = 38.01%
G = 49.66%
B = 12.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#6F9124 (or 0x6F9124) is known color: Olive Drab. HEX triplet: 6F, 91 and 24. RGB value is (111,145,36). Sum of RGB (Red+Green+Blue) = 111+145+36=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9124 is #906EDB. Grayscale: #7A7A7A. Windows color (decimal): -9465564 or 2396527. OLE color: 2396527.

HSL color Cylindrical-coordinate representation of color #6F9124: hue angle of 78.72º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F9124 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 36 -
CMYK 0.23 0 0.75 0.43
HSL 78.72º 0.6% 0.35% -
HSV(B) 78.72º 0.75% 0.57% -
XYZ 17 23.76 5.36 -
YUV 122.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 111 145 36 0.23 0 0.75 0.43 78.72 0.6 0.35
Hex 6F 91 24 17 0 4B 2B 4F 3C 23
Octal 157 221 44 27 0 113 53 117 74 43
Binary 1101111 10010001 100100 10111 0 1001011 101011 1001111 111100 100011

Color Harmonies of #6F9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9124

Black with #6F9124

Text Example


Text Example

White with #6F9124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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