Html Css Color HEX #738E2C Olive Drab

📋 copy color: '#738E2C'

red 115 ◦ green 142 ◦ blue 44

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

Shades of Olive Drab #738E2C

Tints of Olive Drab #738E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.18%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 38.21%
G = 47.18%
B = 14.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#738E2C (or 0x738E2C) is known color: Olive Drab. HEX triplet: 73, 8E and 2C. RGB value is (115,142,44). Sum of RGB (Red+Green+Blue) = 115+142+44=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #738E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E2C is #8C71D3. Grayscale: #7B7B7B. Windows color (decimal): -9204180 or 2920051. OLE color: 2920051.

HSL color Cylindrical-coordinate representation of color #738E2C: hue angle of 76.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #738E2C is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 142 44 -
CMYK 0.19 0 0.69 0.44
HSL 76.53º 0.53% 0.36% -
HSV(B) 76.53º 0.69% 0.56% -
XYZ 17.2 23.17 5.95 -
YUV 122.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 115 142 44 0.19 0 0.69 0.44 76.53 0.53 0.36
Hex 73 8E 2C 13 0 45 2C 4D 35 24
Octal 163 216 54 23 0 105 54 115 65 44
Binary 1110011 10001110 101100 10011 0 1000101 101100 1001101 110101 100100

Color Harmonies of #738E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E2C

Black with #738E2C

Text Example


Text Example

White with #738E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,142,44); }

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

background-color css

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

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

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

border-color css

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

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

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