#747B07

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

Shades of Olive #747B07

Tints of Olive #747B07

Color information

#747B07 (or 0x747B07) is unknown color: approx Olive. HEX triplet: 74, 7B and 07. RGB value is (116,123,7). Sum of RGB (Red+Green+Blue) = 116+123+7=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #747B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747B07 is #8B84F8. Grayscale: #6C6C6C. Windows color (decimal): -9143545 or 490356. OLE color: 490356.

HSL color Cylindrical-coordinate representation of color #747B07: hue angle of 63.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747B07 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB1161237-
CMYK0.0600.940.52
HSL63.62º89.23%25.49%-
HSV(B)63.62º94.31%48.24%-
XYZ14.3217.892.9-
YUV107.6871.18133.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 123 (48.44% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 2.85%
R=47.15%
G=50%
B=2.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11612370.0600.940.5263.6289.2325.49
Hex747B7605E34405919
Octal1641737601366410013131
Binary11101001111011111110010111101101001000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B07; }

 p { color: rgb(116,123,7); }

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

<style>
 a { background-color: #747B07; }

 a { background-color: rgb(116,123,7); }

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

<style>
 span { border-color: #747B07; }

 span { border-color: rgb(116,123,7); }

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