Html Css Color HEX #6F9128 Olive Drab

📋 copy color: '#6F9128'

red 111 ◦ green 145 ◦ blue 40

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

Shades of Olive Drab #6F9128

Tints of Olive Drab #6F9128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 37.5%
G = 48.99%
B = 13.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#6F9128 (or 0x6F9128) is known color: Olive Drab. HEX triplet: 6F, 91 and 28. RGB value is (111,145,40). Sum of RGB (Red+Green+Blue) = 111+145+40=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9128 is #906ED7. Grayscale: #7B7B7B. Windows color (decimal): -9465560 or 2658671. OLE color: 2658671.

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

Color convert

RGB 111 145 40 -
CMYK 0.23 0 0.72 0.43
HSL 79.43º 0.57% 0.36% -
HSV(B) 79.43º 0.72% 0.57% -
XYZ 17.06 23.78 5.7 -
YUV 122.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 111 145 40 0.23 0 0.72 0.43 79.43 0.57 0.36
Hex 6F 91 28 17 0 48 2B 4F 39 24
Octal 157 221 50 27 0 110 53 117 71 44
Binary 1101111 10010001 101000 10111 0 1001000 101011 1001111 111001 100100

Color Harmonies of #6F9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9128

Black with #6F9128

Text Example


Text Example

White with #6F9128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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