#6F8A1A

Color #6F8A1A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6F8A1A

Tints of Olive Drab #6F8A1A

Color information

#6F8A1A (or 0x6F8A1A) is unknown color: approx Olive Drab. HEX triplet: 6F, 8A and 1A. RGB value is (111,138,26). Sum of RGB (Red+Green+Blue) = 111+138+26=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8A1A is #9075E5. Grayscale: #757575. Windows color (decimal): -9467366 or 1739375. OLE color: 1739375.

HSL color Cylindrical-coordinate representation of color #6F8A1A: hue angle of 74.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F8A1A is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB11113826-
CMYK0.2000.810.46
HSL74.46º68.29%32.16%-
HSV(B)74.46º81.16%54.12%-
XYZ15.8321.634.32-
YUV117.1676.55123.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=40.36%
G=50.18%
B=9.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111138260.2000.810.4674.4668.2932.16
Hex6F8A1A140512E4a4420
Octal157212322401215611210440
Binary11011111000101011010101000101000110111010010101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,138,26); }

 H1.HeaderClassName
 {
   color: #6F8A1A;
 }
 .AnyTagClassName
 {
   color: #6F8A1A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,138,26); }

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

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

 span { border-color: rgb(111,138,26); }

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