#6F9403

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

Shades of Olive Drab #6F9403

Tints of Olive Drab #6F9403

Color information

#6F9403 (or 0x6F9403) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 03. RGB value is (111,148,3). Sum of RGB (Red+Green+Blue) = 111+148+3=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9403 is #906BFC. Grayscale: #787878. Windows color (decimal): -9464829 or 234607. OLE color: 234607.

HSL color Cylindrical-coordinate representation of color #6F9403: hue angle of 75.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F9403 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB1111483-
CMYK0.2500.980.42
HSL75.31º96.03%29.61%-
HSV(B)75.31º97.97%58.04%-
XYZ17.1624.573.92-
YUV120.4161.74121.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=42.37%
G=56.49%
B=1.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11114830.2500.980.4275.3196.0329.61
Hex6F943190622A4b601e
Octal15722433101425211314036
Binary1101111100101001111001011000101010101001011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,3); }

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

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

 a { background-color: rgb(111,148,3); }

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

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

 span { border-color: rgb(111,148,3); }

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