Html Css Color HEX #747510 Olive

📋 copy color: '#747510'

red 116 ◦ green 117 ◦ blue 16

#747510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #747510

Tints of Olive #747510

RGB

 RED value IS 116 (45.7% from 255) = 46.59%

 GREEN value IS 117 (46.09% from 255) = 46.99%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 46.59%
G = 46.99%
B = 6.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#747510 (or 0x747510) is known color: Olive. HEX triplet: 74, 75 and 10. RGB value is (116,117,16). Sum of RGB (Red+Green+Blue) = 116+117+16=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #747510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747510 is #8B8AEF. Grayscale: #696969. Windows color (decimal): -9145072 or 1078644. OLE color: 1078644.

HSL color Cylindrical-coordinate representation of color #747510: hue angle of 60.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #747510 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 16 -
CMYK 0.01 0 0.86 0.54
HSL 60.59º 0.76% 0.26% -
HSV(B) 60.59º 0.86% 0.46% -
XYZ 13.66 16.47 2.95 -
YUV 105.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 116 117 16 0.01 0 0.86 0.54 60.59 0.76 0.26
Hex 74 75 10 1 0 56 36 3D 4C 1A
Octal 164 165 20 1 0 126 66 75 114 32
Binary 1110100 1110101 10000 1 0 1010110 110110 111101 1001100 11010

Color Harmonies of #747510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747510

Black with #747510

Text Example


Text Example

White with #747510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747510; }

 p { color: rgb(116,117,16); }

 H1.HeaderClassName
 {
   color: #747510;
 }
 .AnyTagClassName
 {
   color: #747510;
 }
</style>

background-color css

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

 a { background-color: rgb(116,117,16); }

 div.DivClassName
 {
   background-color: #747510;
 }
 .BgClassName
 {
   background-color: #747510;
 }
</style>

border-color css

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

 span { border-color: rgb(116,117,16); }

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