Html Css Color HEX #736C26 Olivetone

📋 copy color: '#736C26'

red 115 ◦ green 108 ◦ blue 38

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

Shades of Olivetone #736C26

Tints of Olivetone #736C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.38%

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 44.06%
G = 41.38%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#736C26 (or 0x736C26) is known color: Olivetone. HEX triplet: 73, 6C and 26. RGB value is (115,108,38). Sum of RGB (Red+Green+Blue) = 115+108+38=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #736C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C26 is #8C93D9. Grayscale: #666666. Windows color (decimal): -9212890 or 2518131. OLE color: 2518131.

HSL color Cylindrical-coordinate representation of color #736C26: hue angle of 54.55º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #736C26 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 38 -
CMYK 0 0.06 0.67 0.55
HSL 54.55º 0.5% 0.3% -
HSV(B) 54.55º 0.67% 0.45% -
XYZ 12.78 14.51 3.96 -
YUV 102.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 115 108 38 0 0.06 0.67 0.55 54.55 0.5 0.3
Hex 73 6C 26 0 6 43 37 37 32 1E
Octal 163 154 46 0 6 103 67 67 62 36
Binary 1110011 1101100 100110 0 110 1000011 110111 110111 110010 11110

Color Harmonies of #736C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C26

Black with #736C26

Text Example


Text Example

White with #736C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,38); }

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

background-color css

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

 a { background-color: rgb(115,108,38); }

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

border-color css

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

 span { border-color: rgb(115,108,38); }

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