Html Css Color HEX #746A09 Olive

📋 copy color: '#746A09'

red 116 ◦ green 106 ◦ blue 9

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

Shades of Olive #746A09

Tints of Olive #746A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.89%

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

R = 50.22%
G = 45.89%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#746A09 (or 0x746A09) is known color: Olive. HEX triplet: 74, 6A and 09. RGB value is (116,106,9). Sum of RGB (Red+Green+Blue) = 116+106+9=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #746A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A09 is #8B95F6. Grayscale: #626262. Windows color (decimal): -9147895 or 617076. OLE color: 617076.

HSL color Cylindrical-coordinate representation of color #746A09: hue angle of 54.39º 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 #746A09 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 9 -
CMYK 0 0.09 0.92 0.55
HSL 54.39º 0.86% 0.25% -
HSV(B) 54.39º 0.92% 0.45% -
XYZ 12.41 14.04 2.31 -
YUV 97.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 116 106 9 0 0.09 0.92 0.55 54.39 0.86 0.25
Hex 74 6A 9 0 9 5C 37 36 56 19
Octal 164 152 11 0 11 134 67 66 126 31
Binary 1110100 1101010 1001 0 1001 1011100 110111 110110 1010110 11001

Color Harmonies of #746A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A09

Black with #746A09

Text Example


Text Example

White with #746A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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