Html Css Color HEX #736101 Olive

📋 copy color: '#736101'

red 115 ◦ green 97 ◦ blue 1

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

Shades of Olive #736101

Tints of Olive #736101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

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

R = 53.99%
G = 45.54%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#736101 (or 0x736101) is known color: Olive. HEX triplet: 73, 61 and 01. RGB value is (115,97,1). Sum of RGB (Red+Green+Blue) = 115+97+1=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #736101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736101 is #8C9EFE. Grayscale: #5B5B5B. Windows color (decimal): -9215743 or 90483. OLE color: 90483.

HSL color Cylindrical-coordinate representation of color #736101: hue angle of 50.53º 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 #736101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 1 -
CMYK 0 0.16 0.99 0.55
HSL 50.53º 0.98% 0.23% -
HSV(B) 50.53º 0.99% 0.45% -
XYZ 11.35 12.2 1.78 -
YUV 91.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 115 97 1 0 0.16 0.99 0.55 50.53 0.98 0.23
Hex 73 61 1 0 10 63 37 33 62 17
Octal 163 141 1 0 20 143 67 63 142 27
Binary 1110011 1100001 1 0 10000 1100011 110111 110011 1100010 10111

Color Harmonies of #736101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736101

Black with #736101

Text Example


Text Example

White with #736101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736101; }

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

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

background-color css

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

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

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

border-color css

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

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

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