Html Css Color HEX #738A2C Olive Drab

📋 copy color: '#738A2C'

red 115 ◦ green 138 ◦ blue 44

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

Shades of Olive Drab #738A2C

Tints of Olive Drab #738A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

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

R = 38.72%
G = 46.46%
B = 14.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#738A2C (or 0x738A2C) is known color: Olive Drab. HEX triplet: 73, 8A and 2C. RGB value is (115,138,44). Sum of RGB (Red+Green+Blue) = 115+138+44=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #738A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738A2C is #8C75D3. Grayscale: #787878. Windows color (decimal): -9205204 or 2919027. OLE color: 2919027.

HSL color Cylindrical-coordinate representation of color #738A2C: hue angle of 74.68º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #738A2C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 138 44 -
CMYK 0.17 0 0.68 0.46
HSL 74.68º 0.52% 0.36% -
HSV(B) 74.68º 0.68% 0.54% -
XYZ 16.61 22 5.75 -
YUV 120.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 115 138 44 0.17 0 0.68 0.46 74.68 0.52 0.36
Hex 73 8A 2C 11 0 44 2E 4B 34 24
Octal 163 212 54 21 0 104 56 113 64 44
Binary 1110011 10001010 101100 10001 0 1000100 101110 1001011 110100 100100

Color Harmonies of #738A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A2C

Black with #738A2C

Text Example


Text Example

White with #738A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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