Html Css Color HEX #736707 Olive

📋 copy color: '#736707'

red 115 ◦ green 103 ◦ blue 7

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

Shades of Olive #736707

Tints of Olive #736707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 51.11%
G = 45.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#736707 (or 0x736707) is known color: Olive. HEX triplet: 73, 67 and 07. RGB value is (115,103,7). Sum of RGB (Red+Green+Blue) = 115+103+7=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #736707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736707 is #8C98F8. Grayscale: #606060. Windows color (decimal): -9214201 or 485235. OLE color: 485235.

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

Color convert

RGB 115 103 7 -
CMYK 0 0.10 0.94 0.55
HSL 53.33º 0.89% 0.24% -
HSV(B) 53.33º 0.94% 0.45% -
XYZ 11.96 13.36 2.15 -
YUV 95.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 115 103 7 0 0.10 0.94 0.55 53.33 0.89 0.24
Hex 73 67 7 0 A 5E 37 35 59 18
Octal 163 147 7 0 12 136 67 65 131 30
Binary 1110011 1100111 111 0 1010 1011110 110111 110101 1011001 11000

Color Harmonies of #736707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736707

Black with #736707

Text Example


Text Example

White with #736707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736707; }

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

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

background-color css

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

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

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

border-color css

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

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

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