Html Css Color HEX #737B01 Olive

📋 copy color: '#737B01'

red 115 ◦ green 123 ◦ blue 1

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

Shades of Olive #737B01

Tints of Olive #737B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.46%

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

R = 48.12%
G = 51.46%
B = 0.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#737B01 (or 0x737B01) is known color: Olive. HEX triplet: 73, 7B and 01. RGB value is (115,123,1). Sum of RGB (Red+Green+Blue) = 115+123+1=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #737B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737B01 is #8C84FE. Grayscale: #6B6B6B. Windows color (decimal): -9209087 or 97139. OLE color: 97139.

HSL color Cylindrical-coordinate representation of color #737B01: hue angle of 63.93º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #737B01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 123 1 -
CMYK 0.07 0 0.99 0.52
HSL 63.93º 0.98% 0.24% -
HSV(B) 63.93º 0.99% 0.48% -
XYZ 14.16 17.81 2.72 -
YUV 106.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 115 123 1 0.07 0 0.99 0.52 63.93 0.98 0.24
Hex 73 7B 1 7 0 63 34 40 62 18
Octal 163 173 1 7 0 143 64 100 142 30
Binary 1110011 1111011 1 111 0 1100011 110100 1000000 1100010 11000

Color Harmonies of #737B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737B01

Black with #737B01

Text Example


Text Example

White with #737B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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