#74850B

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

Shades of Olive #74850B

Tints of Olive #74850B

Color information

#74850B (or 0x74850B) is unknown color: approx Olive. HEX triplet: 74, 85 and 0B. RGB value is (116,133,11). Sum of RGB (Red+Green+Blue) = 116+133+11=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #74850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74850B is #8B7AF4. Grayscale: #727272. Windows color (decimal): -9140981 or 755060. OLE color: 755060.

HSL color Cylindrical-coordinate representation of color #74850B: hue angle of 68.36º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74850B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11613311-
CMYK0.1300.920.48
HSL68.36º84.72%28.24%-
HSV(B)68.36º91.73%52.16%-
XYZ15.6520.513.45-
YUV114.0169.87129.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 133 (52.34% from 255) = 51.15%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=44.62%
G=51.15%
B=4.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133110.1300.920.4868.3684.7228.24
Hex7485BD05C3044551c
Octal164205131501346010412534
Binary11101001000010110111101010111001100001000100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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