Html Css Color HEX #736E01 Olive

📋 copy color: '#736E01'

red 115 ◦ green 110 ◦ blue 1

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

Shades of Olive #736E01

Tints of Olive #736E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.67%

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

R = 50.88%
G = 48.67%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#736E01 (or 0x736E01) is known color: Olive. HEX triplet: 73, 6E and 01. RGB value is (115,110,1). Sum of RGB (Red+Green+Blue) = 115+110+1=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #736E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E01 is #8C91FE. Grayscale: #636363. Windows color (decimal): -9212415 or 93811. OLE color: 93811.

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

Color convert

RGB 115 110 1 -
CMYK 0 0.04 0.99 0.55
HSL 57.37º 0.98% 0.23% -
HSV(B) 57.37º 0.99% 0.45% -
XYZ 12.65 14.8 2.22 -
YUV 99.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 115 110 1 0 0.04 0.99 0.55 57.37 0.98 0.23
Hex 73 6E 1 0 4 63 37 39 62 17
Octal 163 156 1 0 4 143 67 71 142 27
Binary 1110011 1101110 1 0 100 1100011 110111 111001 1100010 10111

Color Harmonies of #736E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E01

Black with #736E01

Text Example


Text Example

White with #736E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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