Html Css Color HEX #738210 Olive

📋 copy color: '#738210'

red 115 ◦ green 130 ◦ blue 16

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

Shades of Olive #738210

Tints of Olive #738210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

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

R = 44.06%
G = 49.81%
B = 6.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#738210 (or 0x738210) is known color: Olive. HEX triplet: 73, 82 and 10. RGB value is (115,130,16). Sum of RGB (Red+Green+Blue) = 115+130+16=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #738210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738210 is #8C7DEF. Grayscale: #707070. Windows color (decimal): -9207280 or 1081971. OLE color: 1081971.

HSL color Cylindrical-coordinate representation of color #738210: hue angle of 67.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #738210 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 16 -
CMYK 0.12 0 0.88 0.49
HSL 67.89º 0.78% 0.29% -
HSV(B) 67.89º 0.88% 0.51% -
XYZ 15.15 19.65 3.48 -
YUV 112.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 115 130 16 0.12 0 0.88 0.49 67.89 0.78 0.29
Hex 73 82 10 C 0 58 31 44 4E 1D
Octal 163 202 20 14 0 130 61 104 116 35
Binary 1110011 10000010 10000 1100 0 1011000 110001 1000100 1001110 11101

Color Harmonies of #738210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738210

Black with #738210

Text Example


Text Example

White with #738210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738210; }

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

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

background-color css

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

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

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

border-color css

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

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

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