Html Css Color HEX #747108 Olive

📋 copy color: '#747108'

red 116 ◦ green 113 ◦ blue 8

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

Shades of Olive #747108

Tints of Olive #747108

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 48.95%
G = 47.68%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#747108 (or 0x747108) is known color: Olive. HEX triplet: 74, 71 and 08. RGB value is (116,113,8). Sum of RGB (Red+Green+Blue) = 116+113+8=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #747108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747108 is #8B8EF7. Grayscale: #666666. Windows color (decimal): -9146104 or 553332. OLE color: 553332.

HSL color Cylindrical-coordinate representation of color #747108: hue angle of 58.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747108 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 8 -
CMYK 0 0.03 0.93 0.55
HSL 58.33º 0.87% 0.24% -
HSV(B) 58.33º 0.93% 0.45% -
XYZ 13.15 15.54 2.54 -
YUV 101.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 116 113 8 0 0.03 0.93 0.55 58.33 0.87 0.24
Hex 74 71 8 0 3 5D 37 3A 57 18
Octal 164 161 10 0 3 135 67 72 127 30
Binary 1110100 1110001 1000 0 11 1011101 110111 111010 1010111 11000

Color Harmonies of #747108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747108

Black with #747108

Text Example


Text Example

White with #747108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747108; }

 p { color: rgb(116,113,8); }

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

background-color css

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

 a { background-color: rgb(116,113,8); }

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

border-color css

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

 span { border-color: rgb(116,113,8); }

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