Html Css Color HEX #738800 Olive

📋 copy color: '#738800'

red 115 ◦ green 136 ◦ blue 0

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

Shades of Olive #738800

Tints of Olive #738800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

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

R = 45.82%
G = 54.18%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#738800 (or 0x738800) is known color: Olive. HEX triplet: 73, 88 and 00. RGB value is (115,136,0). Sum of RGB (Red+Green+Blue) = 115+136+0=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #738800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738800 is #8C77FF. Grayscale: #727272. Windows color (decimal): -9205760 or 34931. OLE color: 34931.

HSL color Cylindrical-coordinate representation of color #738800: hue angle of 69.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 136 0 -
CMYK 0.15 0 1 0.47
HSL 69.26º 1% 0.27% -
HSV(B) 69.26º 1% 0.53% -
XYZ 15.87 21.25 3.27 -
YUV 114.22 63.54 128.56 -
System Red Green Blue C M Y K H S L
Decimal 115 136 0 0.15 0 1 0.47 69.26 1 0.27
Hex 73 88 0 F 0 64 2F 45 64 1B
Octal 163 210 0 17 0 144 57 105 144 33
Binary 1110011 10001000 0 1111 0 1100100 101111 1000101 1100100 11011

Color Harmonies of #738800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738800

Black with #738800

Text Example


Text Example

White with #738800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738800; }

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

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

background-color css

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

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

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

border-color css

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

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

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