Html Css Color HEX #737101 Olive

📋 copy color: '#737101'

red 115 ◦ green 113 ◦ blue 1

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

Shades of Olive #737101

Tints of Olive #737101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

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

R = 50.22%
G = 49.34%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#737101 (or 0x737101) is known color: Olive. HEX triplet: 73, 71 and 01. RGB value is (115,113,1). Sum of RGB (Red+Green+Blue) = 115+113+1=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #737101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737101 is #8C8EFE. Grayscale: #656565. Windows color (decimal): -9211647 or 94579. OLE color: 94579.

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

Color convert

RGB 115 113 1 -
CMYK 0 0.02 0.99 0.55
HSL 58.95º 0.98% 0.23% -
HSV(B) 58.95º 0.99% 0.45% -
XYZ 12.98 15.46 2.33 -
YUV 100.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 115 113 1 0 0.02 0.99 0.55 58.95 0.98 0.23
Hex 73 71 1 0 2 63 37 3B 62 17
Octal 163 161 1 0 2 143 67 73 142 27
Binary 1110011 1110001 1 0 10 1100011 110111 111011 1100010 10111

Color Harmonies of #737101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737101

Black with #737101

Text Example


Text Example

White with #737101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737101; }

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

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

background-color css

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

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

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

border-color css

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

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

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