Html Css Color HEX #739900 Olive

📋 copy color: '#739900'

red 115 ◦ green 153 ◦ blue 0

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

Shades of Olive #739900

Tints of Olive #739900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

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

R = 42.91%
G = 57.09%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#739900 (or 0x739900) is known color: Olive. HEX triplet: 73, 99 and 00. RGB value is (115,153,0). Sum of RGB (Red+Green+Blue) = 115+153+0=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #739900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739900 is #8C66FF. Grayscale: #7C7C7C. Windows color (decimal): -9201408 or 39283. OLE color: 39283.

HSL color Cylindrical-coordinate representation of color #739900: hue angle of 74.9º 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 #739900 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 0 -
CMYK 0.25 0 1 0.4
HSL 74.9º 1% 0.3% -
HSV(B) 74.9º 1% 0.6% -
XYZ 18.46 26.43 4.13 -
YUV 124.2 57.91 121.44 -
System Red Green Blue C M Y K H S L
Decimal 115 153 0 0.25 0 1 0.4 74.9 1 0.3
Hex 73 99 0 19 0 64 28 4B 64 1E
Octal 163 231 0 31 0 144 50 113 144 36
Binary 1110011 10011001 0 11001 0 1100100 101000 1001011 1100100 11110

Color Harmonies of #739900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739900

Black with #739900

Text Example


Text Example

White with #739900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739900; }

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

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

background-color css

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

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

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

border-color css

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

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

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