Html Css Color HEX #736F0C Olive

📋 copy color: '#736F0C'

red 115 ◦ green 111 ◦ blue 12

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

Shades of Olive #736F0C

Tints of Olive #736F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.64%

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

R = 48.32%
G = 46.64%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#736F0C (or 0x736F0C) is known color: Olive. HEX triplet: 73, 6F and 0C. RGB value is (115,111,12). Sum of RGB (Red+Green+Blue) = 115+111+12=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #736F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F0C is #8C90F3. Grayscale: #656565. Windows color (decimal): -9212148 or 814963. OLE color: 814963.

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

Color convert

RGB 115 111 12 -
CMYK 0 0.03 0.90 0.55
HSL 57.67º 0.81% 0.25% -
HSV(B) 57.67º 0.9% 0.45% -
XYZ 12.82 15.04 2.58 -
YUV 100.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 115 111 12 0 0.03 0.90 0.55 57.67 0.81 0.25
Hex 73 6F C 0 3 5A 37 3A 51 19
Octal 163 157 14 0 3 132 67 72 121 31
Binary 1110011 1101111 1100 0 11 1011010 110111 111010 1010001 11001

Color Harmonies of #736F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F0C

Black with #736F0C

Text Example


Text Example

White with #736F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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