Html Css Color HEX #737310 Olive

📋 copy color: '#737310'

red 115 ◦ green 115 ◦ blue 16

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

Shades of Olive #737310

Tints of Olive #737310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.75%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 46.75%
G = 46.75%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#737310 (or 0x737310) is known color: Olive. HEX triplet: 73, 73 and 10. RGB value is (115,115,16). Sum of RGB (Red+Green+Blue) = 115+115+16=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737310 is #8C8CEF. Grayscale: #686868. Windows color (decimal): -9211120 or 1078131. OLE color: 1078131.

HSL color Cylindrical-coordinate representation of color #737310: hue angle of 60º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #737310 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 115 16 -
CMYK 0 0 0.86 0.55
HSL 60º 0.76% 0.26% -
HSV(B) 60º 0.86% 0.45% -
XYZ 13.29 15.94 2.87 -
YUV 103.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 115 115 16 0 0 0.86 0.55 60 0.76 0.26
Hex 73 73 10 0 0 56 37 3C 4C 1A
Octal 163 163 20 0 0 126 67 74 114 32
Binary 1110011 1110011 10000 0 0 1010110 110111 111100 1001100 11010

Color Harmonies of #737310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737310

Black with #737310

Text Example


Text Example

White with #737310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737310; }

 p { color: rgb(115,115,16); }

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

background-color css

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

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

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

border-color css

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

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

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