Html Css Color HEX #749500 Olive

📋 copy color: '#749500'

red 116 ◦ green 149 ◦ blue 0

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

Shades of Olive #749500

Tints of Olive #749500

RGB

 RED value IS 116 (45.7% from 255) = 43.77%

 GREEN value IS 149 (58.59% from 255) = 56.23%

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

R = 43.77%
G = 56.23%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#749500 (or 0x749500) is known color: Olive. HEX triplet: 74, 95 and 00. RGB value is (116,149,0). Sum of RGB (Red+Green+Blue) = 116+149+0=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #749500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749500 is #8B6AFF. Grayscale: #7A7A7A. Windows color (decimal): -9136896 or 38260. OLE color: 38260.

HSL color Cylindrical-coordinate representation of color #749500: hue angle of 73.29º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #749500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 0 -
CMYK 0.22 0 1 0.42
HSL 73.29º 1% 0.29% -
HSV(B) 73.29º 1% 0.58% -
XYZ 17.95 25.21 3.92 -
YUV 122.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 116 149 0 0.22 0 1 0.42 73.29 1 0.29
Hex 74 95 0 16 0 64 2A 49 64 1D
Octal 164 225 0 26 0 144 52 111 144 35
Binary 1110100 10010101 0 10110 0 1100100 101010 1001001 1100100 11101

Color Harmonies of #749500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749500

Black with #749500

Text Example


Text Example

White with #749500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749500; }

 p { color: rgb(116,149,0); }

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

background-color css

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

 a { background-color: rgb(116,149,0); }

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

border-color css

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

 span { border-color: rgb(116,149,0); }

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