#74780B

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

Shades of Olive #74780B

Tints of Olive #74780B

Color information

#74780B (or 0x74780B) is unknown color: approx Olive. HEX triplet: 74, 78 and 0B. RGB value is (116,120,11). Sum of RGB (Red+Green+Blue) = 116+120+11=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #74780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74780B is #8B87F4. Grayscale: #6A6A6A. Windows color (decimal): -9144309 or 751732. OLE color: 751732.

HSL color Cylindrical-coordinate representation of color #74780B: hue angle of 62.2º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74780B is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB11612011-
CMYK0.0300.910.53
HSL62.2º83.21%25.69%-
HSV(B)62.2º90.83%47.06%-
XYZ13.9817.172.89-
YUV106.3874.17134.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=46.96%
G=48.58%
B=4.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120110.0300.910.5362.283.2125.69
Hex7478B305B353e531a
Octal1641701330133657612332
Binary1110100111100010111101011011110101111110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74780B; }

 p { color: rgb(116,120,11); }

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

<style>
 a { background-color: #74780B; }

 a { background-color: rgb(116,120,11); }

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

<style>
 span { border-color: #74780B; }

 span { border-color: rgb(116,120,11); }

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