Html Css Color HEX #739604 Olive

📋 copy color: '#739604'

red 115 ◦ green 150 ◦ blue 4

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

Shades of Olive #739604

Tints of Olive #739604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 42.75%
G = 55.76%
B = 1.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#739604 (or 0x739604) is known color: Olive. HEX triplet: 73, 96 and 04. RGB value is (115,150,4). Sum of RGB (Red+Green+Blue) = 115+150+4=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #739604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739604 is #8C69FB. Grayscale: #7B7B7B. Windows color (decimal): -9202172 or 300659. OLE color: 300659.

HSL color Cylindrical-coordinate representation of color #739604: hue angle of 74.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #739604 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 4 -
CMYK 0.23 0 0.97 0.41
HSL 74.38º 0.95% 0.3% -
HSV(B) 74.38º 0.97% 0.59% -
XYZ 18 25.47 4.08 -
YUV 122.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 115 150 4 0.23 0 0.97 0.41 74.38 0.95 0.3
Hex 73 96 4 17 0 61 29 4A 5F 1E
Octal 163 226 4 27 0 141 51 112 137 36
Binary 1110011 10010110 100 10111 0 1100001 101001 1001010 1011111 11110

Color Harmonies of #739604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739604

Black with #739604

Text Example


Text Example

White with #739604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739604; }

 p { color: rgb(115,150,4); }

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

background-color css

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

 a { background-color: rgb(115,150,4); }

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

border-color css

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

 span { border-color: rgb(115,150,4); }

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