Html Css Color HEX #738E1F Olive Drab

📋 copy color: '#738E1F'

red 115 ◦ green 142 ◦ blue 31

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

Shades of Olive Drab #738E1F

Tints of Olive Drab #738E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 39.93%
G = 49.31%
B = 10.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#738E1F (or 0x738E1F) is known color: Olive Drab. HEX triplet: 73, 8E and 1F. RGB value is (115,142,31). Sum of RGB (Red+Green+Blue) = 115+142+31=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #738E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E1F is #8C71E0. Grayscale: #797979. Windows color (decimal): -9204193 or 2068083. OLE color: 2068083.

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

Color convert

RGB 115 142 31 -
CMYK 0.19 0 0.78 0.44
HSL 74.59º 0.64% 0.34% -
HSV(B) 74.59º 0.78% 0.56% -
XYZ 16.99 23.09 4.86 -
YUV 121.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 115 142 31 0.19 0 0.78 0.44 74.59 0.64 0.34
Hex 73 8E 1F 13 0 4E 2C 4B 40 22
Octal 163 216 37 23 0 116 54 113 100 42
Binary 1110011 10001110 11111 10011 0 1001110 101100 1001011 1000000 100010

Color Harmonies of #738E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E1F

Black with #738E1F

Text Example


Text Example

White with #738E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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