Html Css Color HEX #747509 Olive

📋 copy color: '#747509'

red 116 ◦ green 117 ◦ blue 9

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

Shades of Olive #747509

Tints of Olive #747509

RGB

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

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

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

R = 47.93%
G = 48.35%
B = 3.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#747509 (or 0x747509) is known color: Olive. HEX triplet: 74, 75 and 09. RGB value is (116,117,9). Sum of RGB (Red+Green+Blue) = 116+117+9=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #747509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747509 is #8B8AF6. Grayscale: #686868. Windows color (decimal): -9145079 or 619892. OLE color: 619892.

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

Color convert

RGB 116 117 9 -
CMYK 0.01 0 0.92 0.54
HSL 60.56º 0.86% 0.25% -
HSV(B) 60.56º 0.92% 0.46% -
XYZ 13.61 16.46 2.72 -
YUV 104.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 116 117 9 0.01 0 0.92 0.54 60.56 0.86 0.25
Hex 74 75 9 1 0 5C 36 3D 56 19
Octal 164 165 11 1 0 134 66 75 126 31
Binary 1110100 1110101 1001 1 0 1011100 110110 111101 1010110 11001

Color Harmonies of #747509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747509

Black with #747509

Text Example


Text Example

White with #747509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747509; }

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

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

background-color css

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

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

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

border-color css

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

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

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