Html Css Color HEX #736A0D Olivetone

📋 copy color: '#736A0D'

red 115 ◦ green 106 ◦ blue 13

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

Shades of Olivetone #736A0D

Tints of Olivetone #736A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.3%

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

R = 49.15%
G = 45.3%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#736A0D (or 0x736A0D) is known color: Olivetone. HEX triplet: 73, 6A and 0D. RGB value is (115,106,13). Sum of RGB (Red+Green+Blue) = 115+106+13=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A0D is #8C95F2. Grayscale: #626262. Windows color (decimal): -9213427 or 879219. OLE color: 879219.

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

Color convert

RGB 115 106 13 -
CMYK 0 0.08 0.89 0.55
HSL 54.71º 0.8% 0.25% -
HSV(B) 54.71º 0.89% 0.45% -
XYZ 12.3 13.98 2.43 -
YUV 98.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 115 106 13 0 0.08 0.89 0.55 54.71 0.8 0.25
Hex 73 6A D 0 8 59 37 37 50 19
Octal 163 152 15 0 10 131 67 67 120 31
Binary 1110011 1101010 1101 0 1000 1011001 110111 110111 1010000 11001

Color Harmonies of #736A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A0D

Black with #736A0D

Text Example


Text Example

White with #736A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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