Html Css Color HEX #739400 Olive

📋 copy color: '#739400'

red 115 ◦ green 148 ◦ blue 0

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

Shades of Olive #739400

Tints of Olive #739400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.73%
G = 56.27%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#739400 (or 0x739400) is known color: Olive. HEX triplet: 73, 94 and 00. RGB value is (115,148,0). Sum of RGB (Red+Green+Blue) = 115+148+0=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #739400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739400 is #8C6BFF. Grayscale: #797979. Windows color (decimal): -9202688 or 38003. OLE color: 38003.

HSL color Cylindrical-coordinate representation of color #739400: hue angle of 73.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #739400 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 0 -
CMYK 0.22 0 1 0.42
HSL 73.38º 1% 0.29% -
HSV(B) 73.38º 1% 0.58% -
XYZ 17.66 24.82 3.86 -
YUV 121.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 115 148 0 0.22 0 1 0.42 73.38 1 0.29
Hex 73 94 0 16 0 64 2A 49 64 1D
Octal 163 224 0 26 0 144 52 111 144 35
Binary 1110011 10010100 0 10110 0 1100100 101010 1001001 1100100 11101

Color Harmonies of #739400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739400

Black with #739400

Text Example


Text Example

White with #739400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739400; }

 p { color: rgb(115,148,0); }

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

background-color css

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

 a { background-color: rgb(115,148,0); }

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

border-color css

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

 span { border-color: rgb(115,148,0); }

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