Html Css Color HEX #747109 Olive

📋 copy color: '#747109'

red 116 ◦ green 113 ◦ blue 9

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

Shades of Olive #747109

Tints of Olive #747109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 48.74%
G = 47.48%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#747109 (or 0x747109) is known color: Olive. HEX triplet: 74, 71 and 09. RGB value is (116,113,9). Sum of RGB (Red+Green+Blue) = 116+113+9=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #747109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747109 is #8B8EF6. Grayscale: #666666. Windows color (decimal): -9146103 or 618868. OLE color: 618868.

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

Color convert

RGB 116 113 9 -
CMYK 0 0.03 0.92 0.55
HSL 58.32º 0.86% 0.25% -
HSV(B) 58.32º 0.92% 0.45% -
XYZ 13.16 15.54 2.57 -
YUV 102.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 116 113 9 0 0.03 0.92 0.55 58.32 0.86 0.25
Hex 74 71 9 0 3 5C 37 3A 56 19
Octal 164 161 11 0 3 134 67 72 126 31
Binary 1110100 1110001 1001 0 11 1011100 110111 111010 1010110 11001

Color Harmonies of #747109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747109

Black with #747109

Text Example


Text Example

White with #747109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747109; }

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

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

background-color css

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

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

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

border-color css

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

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

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