#6F7305

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

Shades of Olive #6F7305

Tints of Olive #6F7305

Color information

#6F7305 (or 0x6F7305) is unknown color: approx Olive. HEX triplet: 6F, 73 and 05. RGB value is (111,115,5). Sum of RGB (Red+Green+Blue) = 111+115+5=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7305 is #908CFA. Grayscale: #656565. Windows color (decimal): -9473275 or 357231. OLE color: 357231.

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

Color convert

RGB1111155-
CMYK0.0300.960.55
HSL62.18º91.67%23.53%-
HSV(B)62.18º95.65%45.1%-
XYZ12.7115.652.49-
YUV101.2673.67134.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=48.05%
G=49.78%
B=2.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11111550.0300.960.5562.1891.6723.53
Hex6F7353060373e5c18
Octal157163530140677613430
Binary110111111100111011101100000110111111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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