Html Css Color HEX #736C0C Olive

📋 copy color: '#736C0C'

red 115 ◦ green 108 ◦ blue 12

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

Shades of Olive #736C0C

Tints of Olive #736C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 48.94%
G = 45.96%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#736C0C (or 0x736C0C) is known color: Olive. HEX triplet: 73, 6C and 0C. RGB value is (115,108,12). Sum of RGB (Red+Green+Blue) = 115+108+12=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #736C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C0C is #8C93F3. Grayscale: #636363. Windows color (decimal): -9212916 or 814195. OLE color: 814195.

HSL color Cylindrical-coordinate representation of color #736C0C: hue angle of 55.92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #736C0C is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 12 -
CMYK 0 0.06 0.90 0.55
HSL 55.92º 0.81% 0.25% -
HSV(B) 55.92º 0.9% 0.45% -
XYZ 12.5 14.4 2.47 -
YUV 99.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 115 108 12 0 0.06 0.90 0.55 55.92 0.81 0.25
Hex 73 6C C 0 6 5A 37 38 51 19
Octal 163 154 14 0 6 132 67 70 121 31
Binary 1110011 1101100 1100 0 110 1011010 110111 111000 1010001 11001

Color Harmonies of #736C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C0C

Black with #736C0C

Text Example


Text Example

White with #736C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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