Html Css Color HEX #737001 Olive

📋 copy color: '#737001'

red 115 ◦ green 112 ◦ blue 1

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

Shades of Olive #737001

Tints of Olive #737001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 50.44%
G = 49.12%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#737001 (or 0x737001) is known color: Olive. HEX triplet: 73, 70 and 01. RGB value is (115,112,1). Sum of RGB (Red+Green+Blue) = 115+112+1=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #737001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737001 is #8C8FFE. Grayscale: #646464. Windows color (decimal): -9211903 or 94323. OLE color: 94323.

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

Color convert

RGB 115 112 1 -
CMYK 0 0.03 0.99 0.55
HSL 58.42º 0.98% 0.23% -
HSV(B) 58.42º 0.99% 0.45% -
XYZ 12.87 15.24 2.29 -
YUV 100.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 115 112 1 0 0.03 0.99 0.55 58.42 0.98 0.23
Hex 73 70 1 0 3 63 37 3A 62 17
Octal 163 160 1 0 3 143 67 72 142 27
Binary 1110011 1110000 1 0 11 1100011 110111 111010 1100010 10111

Color Harmonies of #737001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737001

Black with #737001

Text Example


Text Example

White with #737001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737001; }

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

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

background-color css

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

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

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

border-color css

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

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

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