Html Css Color HEX #738D12 Olive Drab

📋 copy color: '#738D12'

red 115 ◦ green 141 ◦ blue 18

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

Shades of Olive Drab #738D12

Tints of Olive Drab #738D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 41.97%
G = 51.46%
B = 6.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#738D12 (or 0x738D12) is known color: Olive Drab. HEX triplet: 73, 8D and 12. RGB value is (115,141,18). Sum of RGB (Red+Green+Blue) = 115+141+18=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #738D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D12 is #8C72ED. Grayscale: #777777. Windows color (decimal): -9204462 or 1215859. OLE color: 1215859.

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

Color convert

RGB 115 141 18 -
CMYK 0.18 0 0.87 0.45
HSL 72.68º 0.77% 0.31% -
HSV(B) 72.68º 0.87% 0.55% -
XYZ 16.7 22.74 4.08 -
YUV 119.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 115 141 18 0.18 0 0.87 0.45 72.68 0.77 0.31
Hex 73 8D 12 12 0 57 2D 49 4D 1F
Octal 163 215 22 22 0 127 55 111 115 37
Binary 1110011 10001101 10010 10010 0 1010111 101101 1001001 1001101 11111

Color Harmonies of #738D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D12

Black with #738D12

Text Example


Text Example

White with #738D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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