Html Css Color HEX #748409 Olive

📋 copy color: '#748409'

red 116 ◦ green 132 ◦ blue 9

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

Shades of Olive #748409

Tints of Olive #748409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 45.14%
G = 51.36%
B = 3.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#748409 (or 0x748409) is known color: Olive. HEX triplet: 74, 84 and 09. RGB value is (116,132,9). Sum of RGB (Red+Green+Blue) = 116+132+9=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #748409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748409 is #8B7BF6. Grayscale: #717171. Windows color (decimal): -9141239 or 623732. OLE color: 623732.

HSL color Cylindrical-coordinate representation of color #748409: hue angle of 67.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #748409 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 9 -
CMYK 0.12 0 0.93 0.48
HSL 67.8º 0.87% 0.28% -
HSV(B) 67.8º 0.93% 0.52% -
XYZ 15.5 20.24 3.35 -
YUV 113.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 116 132 9 0.12 0 0.93 0.48 67.8 0.87 0.28
Hex 74 84 9 C 0 5D 30 44 57 1C
Octal 164 204 11 14 0 135 60 104 127 34
Binary 1110100 10000100 1001 1100 0 1011101 110000 1000100 1010111 11100

Color Harmonies of #748409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748409

Black with #748409

Text Example


Text Example

White with #748409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748409; }

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

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

background-color css

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

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

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

border-color css

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

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

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