Html Css Color HEX #736E0D Olive

📋 copy color: '#736E0D'

red 115 ◦ green 110 ◦ blue 13

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

Shades of Olive #736E0D

Tints of Olive #736E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 48.32%
G = 46.22%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#736E0D (or 0x736E0D) is known color: Olive. HEX triplet: 73, 6E and 0D. RGB value is (115,110,13). Sum of RGB (Red+Green+Blue) = 115+110+13=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #736E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E0D is #8C91F2. Grayscale: #646464. Windows color (decimal): -9212403 or 880243. OLE color: 880243.

HSL color Cylindrical-coordinate representation of color #736E0D: hue angle of 57.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #736E0D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 110 13 -
CMYK 0 0.04 0.89 0.55
HSL 57.06º 0.8% 0.25% -
HSV(B) 57.06º 0.89% 0.45% -
XYZ 12.72 14.83 2.57 -
YUV 100.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 115 110 13 0 0.04 0.89 0.55 57.06 0.8 0.25
Hex 73 6E D 0 4 59 37 39 50 19
Octal 163 156 15 0 4 131 67 71 120 31
Binary 1110011 1101110 1101 0 100 1011001 110111 111001 1010000 11001

Color Harmonies of #736E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E0D

Black with #736E0D

Text Example


Text Example

White with #736E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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