#6F7302

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

Shades of Olive #6F7302

Tints of Olive #6F7302

Color information

#6F7302 (or 0x6F7302) is unknown color: approx Olive. HEX triplet: 6F, 73 and 02. RGB value is (111,115,2). Sum of RGB (Red+Green+Blue) = 111+115+2=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7302 is #908CFD. Grayscale: #656565. Windows color (decimal): -9473278 or 160623. OLE color: 160623.

HSL color Cylindrical-coordinate representation of color #6F7302: hue angle of 62.12º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F7302 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB1111152-
CMYK0.0300.980.55
HSL62.12º96.58%22.94%-
HSV(B)62.12º98.26%45.1%-
XYZ12.715.652.41-
YUV100.9272.17135.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=48.68%
G=50.44%
B=0.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11111520.0300.980.5562.1296.5822.94
Hex6F7323062373e6117
Octal157163230142677614127
Binary11011111110011101101100010110111111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,2); }

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

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

 a { background-color: rgb(111,115,2); }

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

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

 span { border-color: rgb(111,115,2); }

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