Html Css Color HEX #739800 Olive

📋 copy color: '#739800'

red 115 ◦ green 152 ◦ blue 0

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

Shades of Olive #739800

Tints of Olive #739800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.93%

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

R = 43.07%
G = 56.93%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#739800 (or 0x739800) is known color: Olive. HEX triplet: 73, 98 and 00. RGB value is (115,152,0). Sum of RGB (Red+Green+Blue) = 115+152+0=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #739800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739800 is #8C67FF. Grayscale: #7C7C7C. Windows color (decimal): -9201664 or 39027. OLE color: 39027.

HSL color Cylindrical-coordinate representation of color #739800: hue angle of 74.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #739800 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 0 -
CMYK 0.24 0 1 0.40
HSL 74.61º 1% 0.3% -
HSV(B) 74.61º 1% 0.6% -
XYZ 18.3 26.1 4.07 -
YUV 123.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 115 152 0 0.24 0 1 0.40 74.61 1 0.3
Hex 73 98 0 18 0 64 28 4B 64 1E
Octal 163 230 0 30 0 144 50 113 144 36
Binary 1110011 10011000 0 11000 0 1100100 101000 1001011 1100100 11110

Color Harmonies of #739800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739800

Black with #739800

Text Example


Text Example

White with #739800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739800; }

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

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

background-color css

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

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

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

border-color css

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

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

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