#6F982B

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

Shades of Olive Drab #6F982B

Tints of Olive Drab #6F982B

Color information

#6F982B (or 0x6F982B) is unknown color: approx Olive Drab. HEX triplet: 6F, 98 and 2B. RGB value is (111,152,43). Sum of RGB (Red+Green+Blue) = 111+152+43=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #6F982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F982B is #9067D4. Grayscale: #7F7F7F. Windows color (decimal): -9463765 or 2857071. OLE color: 2857071.

HSL color Cylindrical-coordinate representation of color #6F982B: hue angle of 82.57º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F982B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11115243-
CMYK0.2700.720.40
HSL82.57º55.9%38.24%-
HSV(B)82.57º71.71%59.61%-
XYZ18.2226.016.35-
YUV127.3180.42116.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 43 (17.19% from 255) = 14.05%
R=36.27%
G=49.67%
B=14.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111152430.2700.720.4082.5755.938.24
Hex6F982B1B04828533826
Octal15723053330110501237046
Binary11011111001100010101111011010010001010001010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,152,43); }

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

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

 a { background-color: rgb(111,152,43); }

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

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

 span { border-color: rgb(111,152,43); }

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