Html Css Color HEX #738D10 Olive Drab

📋 copy color: '#738D10'

red 115 ◦ green 141 ◦ blue 16

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

Shades of Olive Drab #738D10

Tints of Olive Drab #738D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.84%

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

R = 42.28%
G = 51.84%
B = 5.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#738D10 (or 0x738D10) is known color: Olive Drab. HEX triplet: 73, 8D and 10. RGB value is (115,141,16). Sum of RGB (Red+Green+Blue) = 115+141+16=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #738D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D10 is #8C72EF. Grayscale: #777777. Windows color (decimal): -9204464 or 1084787. OLE color: 1084787.

HSL color Cylindrical-coordinate representation of color #738D10: hue angle of 72.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #738D10 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 16 -
CMYK 0.18 0 0.89 0.45
HSL 72.48º 0.8% 0.31% -
HSV(B) 72.48º 0.89% 0.55% -
XYZ 16.69 22.73 4 -
YUV 118.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 115 141 16 0.18 0 0.89 0.45 72.48 0.8 0.31
Hex 73 8D 10 12 0 59 2D 48 50 1F
Octal 163 215 20 22 0 131 55 110 120 37
Binary 1110011 10001101 10000 10010 0 1011001 101101 1001000 1010000 11111

Color Harmonies of #738D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D10

Black with #738D10

Text Example


Text Example

White with #738D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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