Html Css Color HEX #738400 Olive

📋 copy color: '#738400'

red 115 ◦ green 132 ◦ blue 0

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

Shades of Olive #738400

Tints of Olive #738400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 46.56%
G = 53.44%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#738400 (or 0x738400) is known color: Olive. HEX triplet: 73, 84 and 00. RGB value is (115,132,0). Sum of RGB (Red+Green+Blue) = 115+132+0=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #738400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738400 is #8C7BFF. Grayscale: #707070. Windows color (decimal): -9206784 or 33907. OLE color: 33907.

HSL color Cylindrical-coordinate representation of color #738400: hue angle of 67.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 132 0 -
CMYK 0.13 0 1 0.48
HSL 67.73º 1% 0.26% -
HSV(B) 67.73º 1% 0.52% -
XYZ 15.32 20.15 3.08 -
YUV 111.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 115 132 0 0.13 0 1 0.48 67.73 1 0.26
Hex 73 84 0 D 0 64 30 44 64 1A
Octal 163 204 0 15 0 144 60 104 144 32
Binary 1110011 10000100 0 1101 0 1100100 110000 1000100 1100100 11010

Color Harmonies of #738400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738400

Black with #738400

Text Example


Text Example

White with #738400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738400; }

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

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

background-color css

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

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

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

border-color css

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

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

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