#747C08

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

Shades of Olive #747C08

Tints of Olive #747C08

Color information

#747C08 (or 0x747C08) is unknown color: approx Olive. HEX triplet: 74, 7C and 08. RGB value is (116,124,8). Sum of RGB (Red+Green+Blue) = 116+124+8=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #747C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C08 is #8B83F7. Grayscale: #6C6C6C. Windows color (decimal): -9143288 or 556148. OLE color: 556148.

HSL color Cylindrical-coordinate representation of color #747C08: hue angle of 64.14º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747C08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB1161248-
CMYK0.0600.940.51
HSL64.14º87.88%25.88%-
HSV(B)64.14º93.55%48.63%-
XYZ14.4518.152.97-
YUV108.3871.35133.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=46.77%
G=50%
B=3.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11612480.0600.940.5164.1487.8825.88
Hex747C8605E3340581a
Octal16417410601366310013032
Binary111010011111001000110010111101100111000000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,124,8); }

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

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

 a { background-color: rgb(116,124,8); }

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

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

 span { border-color: rgb(116,124,8); }

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