Html Css Color HEX #746B0B Olive

📋 copy color: '#746B0B'

red 116 ◦ green 107 ◦ blue 11

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

Shades of Olive #746B0B

Tints of Olive #746B0B

RGB

 RED value IS 116 (45.7% from 255) = 49.57%

 GREEN value IS 107 (42.19% from 255) = 45.73%

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

R = 49.57%
G = 45.73%
B = 4.7%

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

#746B0B (or 0x746B0B) is known color: Olive. HEX triplet: 74, 6B and 0B. RGB value is (116,107,11). Sum of RGB (Red+Green+Blue) = 116+107+11=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #746B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B0B is #8B94F4. Grayscale: #636363. Windows color (decimal): -9147637 or 748404. OLE color: 748404.

HSL color Cylindrical-coordinate representation of color #746B0B: hue angle of 54.86º degrees, saturation: 0.83, 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 #746B0B is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 11 -
CMYK 0 0.08 0.91 0.55
HSL 54.86º 0.83% 0.25% -
HSV(B) 54.86º 0.91% 0.45% -
XYZ 12.52 14.25 2.41 -
YUV 98.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 116 107 11 0 0.08 0.91 0.55 54.86 0.83 0.25
Hex 74 6B B 0 8 5B 37 37 53 19
Octal 164 153 13 0 10 133 67 67 123 31
Binary 1110100 1101011 1011 0 1000 1011011 110111 110111 1010011 11001

Color Harmonies of #746B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B0B

Black with #746B0B

Text Example


Text Example

White with #746B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B0B; }

 p { color: rgb(116,107,11); }

 H1.HeaderClassName
 {
   color: #746B0B;
 }
 .AnyTagClassName
 {
   color: #746B0B;
 }
</style>

background-color css

<style>
 a { background-color: #746B0B; }

 a { background-color: rgb(116,107,11); }

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

border-color css

<style>
 span { border-color: #746B0B; }

 span { border-color: rgb(116,107,11); }

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