#74770D

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

Shades of Olive #74770D

Tints of Olive #74770D

Color information

#74770D (or 0x74770D) is unknown color: approx Olive. HEX triplet: 74, 77 and 0D. RGB value is (116,119,13). Sum of RGB (Red+Green+Blue) = 116+119+13=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #74770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74770D is #8B88F2. Grayscale: #6A6A6A. Windows color (decimal): -9144563 or 882548. OLE color: 882548.

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

Color convert

RGB11611913-
CMYK0.0300.890.53
HSL61.7º80.3%25.88%-
HSV(B)61.7º89.08%46.67%-
XYZ13.8716.942.92-
YUV106.0275.51135.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 13 (5.47% from 255) = 5.24%
R=46.77%
G=47.98%
B=5.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119130.0300.890.5361.780.325.88
Hex7477D3059353e501a
Octal1641671530131657612032
Binary1110100111011111011101011001110101111110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74770D; }

 p { color: rgb(116,119,13); }

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

<style>
 a { background-color: #74770D; }

 a { background-color: rgb(116,119,13); }

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

<style>
 span { border-color: #74770D; }

 span { border-color: rgb(116,119,13); }

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