Html Css Color HEX #736A0A Olive

📋 copy color: '#736A0A'

red 115 ◦ green 106 ◦ blue 10

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

Shades of Olive #736A0A

Tints of Olive #736A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 49.78%
G = 45.89%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#736A0A (or 0x736A0A) is known color: Olive. HEX triplet: 73, 6A and 0A. RGB value is (115,106,10). Sum of RGB (Red+Green+Blue) = 115+106+10=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A0A is #8C95F5. Grayscale: #626262. Windows color (decimal): -9213430 or 682611. OLE color: 682611.

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

Color convert

RGB 115 106 10 -
CMYK 0 0.08 0.91 0.55
HSL 54.86º 0.84% 0.25% -
HSV(B) 54.86º 0.91% 0.45% -
XYZ 12.28 13.97 2.34 -
YUV 97.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 115 106 10 0 0.08 0.91 0.55 54.86 0.84 0.25
Hex 73 6A A 0 8 5B 37 37 54 19
Octal 163 152 12 0 10 133 67 67 124 31
Binary 1110011 1101010 1010 0 1000 1011011 110111 110111 1010100 11001

Color Harmonies of #736A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A0A

Black with #736A0A

Text Example


Text Example

White with #736A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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