Html Css Color HEX #736C0B Olive

📋 copy color: '#736C0B'

red 115 ◦ green 108 ◦ blue 11

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

Shades of Olive #736C0B

Tints of Olive #736C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 49.15%
G = 46.15%
B = 4.7%

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

#736C0B (or 0x736C0B) is known color: Olive. HEX triplet: 73, 6C and 0B. RGB value is (115,108,11). Sum of RGB (Red+Green+Blue) = 115+108+11=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C0B is #8C93F4. Grayscale: #636363. Windows color (decimal): -9212917 or 748659. OLE color: 748659.

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

Color convert

RGB 115 108 11 -
CMYK 0 0.06 0.90 0.55
HSL 55.96º 0.83% 0.25% -
HSV(B) 55.96º 0.9% 0.45% -
XYZ 12.49 14.39 2.44 -
YUV 99.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 115 108 11 0 0.06 0.90 0.55 55.96 0.83 0.25
Hex 73 6C B 0 6 5A 37 38 53 19
Octal 163 154 13 0 6 132 67 70 123 31
Binary 1110011 1101100 1011 0 110 1011010 110111 111000 1010011 11001

Color Harmonies of #736C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C0B

Black with #736C0B

Text Example


Text Example

White with #736C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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