Html Css Color HEX #736301 Olive

📋 copy color: '#736301'

red 115 ◦ green 99 ◦ blue 1

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

Shades of Olive #736301

Tints of Olive #736301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 53.49%
G = 46.05%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#736301 (or 0x736301) is known color: Olive. HEX triplet: 73, 63 and 01. RGB value is (115,99,1). Sum of RGB (Red+Green+Blue) = 115+99+1=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #736301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736301 is #8C9CFE. Grayscale: #5D5D5D. Windows color (decimal): -9215231 or 90995. OLE color: 90995.

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

Color convert

RGB 115 99 1 -
CMYK 0 0.14 0.99 0.55
HSL 51.58º 0.98% 0.23% -
HSV(B) 51.58º 0.99% 0.45% -
XYZ 11.54 12.57 1.85 -
YUV 92.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 115 99 1 0 0.14 0.99 0.55 51.58 0.98 0.23
Hex 73 63 1 0 E 63 37 34 62 17
Octal 163 143 1 0 16 143 67 64 142 27
Binary 1110011 1100011 1 0 1110 1100011 110111 110100 1100010 10111

Color Harmonies of #736301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736301

Black with #736301

Text Example


Text Example

White with #736301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736301; }

 p { color: rgb(115,99,1); }

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

background-color css

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

 a { background-color: rgb(115,99,1); }

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

border-color css

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

 span { border-color: rgb(115,99,1); }

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