#6F7502

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

Shades of Olive #6F7502

Tints of Olive #6F7502

Color information

#6F7502 (or 0x6F7502) is unknown color: approx Olive. HEX triplet: 6F, 75 and 02. RGB value is (111,117,2). Sum of RGB (Red+Green+Blue) = 111+117+2=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7502 is #908AFD. Grayscale: #666666. Windows color (decimal): -9472766 or 161135. OLE color: 161135.

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

Color convert

RGB1111172-
CMYK0.0500.980.54
HSL63.13º96.64%23.33%-
HSV(B)63.13º98.29%45.88%-
XYZ12.9316.112.48-
YUV102.171.51134.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=48.26%
G=50.87%
B=0.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11111720.0500.980.5463.1396.6423.33
Hex6F7525062363f6117
Octal157165250142667714127
Binary110111111101011010101100010110110111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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