#6F820B

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

Shades of Olive #6F820B

Tints of Olive #6F820B

Color information

#6F820B (or 0x6F820B) is unknown color: approx Olive. HEX triplet: 6F, 82 and 0B. RGB value is (111,130,11). Sum of RGB (Red+Green+Blue) = 111+130+11=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #6F820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F820B is #907DF4. Grayscale: #6F6F6F. Windows color (decimal): -9469429 or 754287. OLE color: 754287.

HSL color Cylindrical-coordinate representation of color #6F820B: hue angle of 69.58º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F820B is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB11113011-
CMYK0.1500.920.49
HSL69.58º84.4%27.65%-
HSV(B)69.58º91.54%50.98%-
XYZ14.619.373.29-
YUV110.7571.71128.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=44.05%
G=51.59%
B=4.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130110.1500.920.4969.5884.427.65
Hex6F82BF05C3146541c
Octal157202131701346110612434
Binary11011111000001010111111010111001100011000110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,130,11); }

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

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

 a { background-color: rgb(111,130,11); }

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

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

 span { border-color: rgb(111,130,11); }

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