Html Css Color HEX #736704 Olive

📋 copy color: '#736704'

red 115 ◦ green 103 ◦ blue 4

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

Shades of Olive #736704

Tints of Olive #736704

RGB

 RED value IS 115 (45.31% from 255) = 51.8%

 GREEN value IS 103 (40.63% from 255) = 46.4%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 51.8%
G = 46.4%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#736704 (or 0x736704) is known color: Olive. HEX triplet: 73, 67 and 04. RGB value is (115,103,4). Sum of RGB (Red+Green+Blue) = 115+103+4=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #736704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736704 is #8C98FB. Grayscale: #5F5F5F. Windows color (decimal): -9214204 or 288627. OLE color: 288627.

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

Color convert

RGB 115 103 4 -
CMYK 0 0.10 0.97 0.55
HSL 53.51º 0.93% 0.23% -
HSV(B) 53.51º 0.97% 0.45% -
XYZ 11.94 13.35 2.06 -
YUV 95.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 115 103 4 0 0.10 0.97 0.55 53.51 0.93 0.23
Hex 73 67 4 0 A 61 37 36 5D 17
Octal 163 147 4 0 12 141 67 66 135 27
Binary 1110011 1100111 100 0 1010 1100001 110111 110110 1011101 10111

Color Harmonies of #736704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736704

Black with #736704

Text Example


Text Example

White with #736704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736704; }

 p { color: rgb(115,103,4); }

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

background-color css

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

 a { background-color: rgb(115,103,4); }

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

border-color css

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

 span { border-color: rgb(115,103,4); }

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