Html Css Color HEX #738004 Olive

📋 copy color: '#738004'

red 115 ◦ green 128 ◦ blue 4

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

Shades of Olive #738004

Tints of Olive #738004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 46.56%
G = 51.82%
B = 1.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#738004 (or 0x738004) is known color: Olive. HEX triplet: 73, 80 and 04. RGB value is (115,128,4). Sum of RGB (Red+Green+Blue) = 115+128+4=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #738004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738004 is #8C7FFB. Grayscale: #6E6E6E. Windows color (decimal): -9207804 or 295027. OLE color: 295027.

HSL color Cylindrical-coordinate representation of color #738004: hue angle of 66.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #738004 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 4 -
CMYK 0.10 0 0.97 0.50
HSL 66.29º 0.94% 0.26% -
HSV(B) 66.29º 0.97% 0.5% -
XYZ 14.81 19.09 3.02 -
YUV 109.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 115 128 4 0.10 0 0.97 0.50 66.29 0.94 0.26
Hex 73 80 4 A 0 61 32 42 5E 1A
Octal 163 200 4 12 0 141 62 102 136 32
Binary 1110011 10000000 100 1010 0 1100001 110010 1000010 1011110 11010

Color Harmonies of #738004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738004

Black with #738004

Text Example


Text Example

White with #738004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738004; }

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

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

background-color css

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

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

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

border-color css

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

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

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