Html Css Color HEX #738A04 Olive

📋 copy color: '#738A04'

red 115 ◦ green 138 ◦ blue 4

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

Shades of Olive #738A04

Tints of Olive #738A04

RGB

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

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

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

R = 44.75%
G = 53.7%
B = 1.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#738A04 (or 0x738A04) is known color: Olive. HEX triplet: 73, 8A and 04. RGB value is (115,138,4). Sum of RGB (Red+Green+Blue) = 115+138+4=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #738A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A04 is #8C75FB. Grayscale: #747474. Windows color (decimal): -9205244 or 297587. OLE color: 297587.

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

Color convert

RGB 115 138 4 -
CMYK 0.17 0 0.97 0.46
HSL 70.3º 0.94% 0.28% -
HSV(B) 70.3º 0.97% 0.54% -
XYZ 16.18 21.83 3.48 -
YUV 115.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 115 138 4 0.17 0 0.97 0.46 70.3 0.94 0.28
Hex 73 8A 4 11 0 61 2E 46 5E 1C
Octal 163 212 4 21 0 141 56 106 136 34
Binary 1110011 10001010 100 10001 0 1100001 101110 1000110 1011110 11100

Color Harmonies of #738A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A04

Black with #738A04

Text Example


Text Example

White with #738A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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