#74690A

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

Shades of Olive #74690A

Tints of Olive #74690A

Color information

#74690A (or 0x74690A) is unknown color: approx Olive. HEX triplet: 74, 69 and 0A. RGB value is (116,105,10). Sum of RGB (Red+Green+Blue) = 116+105+10=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74690A is #8B96F5. Grayscale: #616161. Windows color (decimal): -9148150 or 682356. OLE color: 682356.

HSL color Cylindrical-coordinate representation of color #74690A: hue angle of 53.77º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74690A is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11610510-
CMYK00.090.910.55
HSL53.77º84.13%24.71%-
HSV(B)53.77º91.38%45.49%-
XYZ12.3113.842.31-
YUV97.4678.64141.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=50.22%
G=45.45%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161051000.090.910.5553.7784.1324.71
Hex7469A095B37365419
Octal16415112011133676612431
Binary111010011010011010010011011011110111110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74690A; }

 p { color: rgb(116,105,10); }

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

<style>
 a { background-color: #74690A; }

 a { background-color: rgb(116,105,10); }

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

<style>
 span { border-color: #74690A; }

 span { border-color: rgb(116,105,10); }

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