Html Css Color HEX #749600 Olive

📋 copy color: '#749600'

red 116 ◦ green 150 ◦ blue 0

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

Shades of Olive #749600

Tints of Olive #749600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.39%

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

R = 43.61%
G = 56.39%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#749600 (or 0x749600) is known color: Olive. HEX triplet: 74, 96 and 00. RGB value is (116,150,0). Sum of RGB (Red+Green+Blue) = 116+150+0=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #749600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749600 is #8B69FF. Grayscale: #7B7B7B. Windows color (decimal): -9136640 or 38516. OLE color: 38516.

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

Color convert

RGB 116 150 0 -
CMYK 0.23 0 1 0.41
HSL 73.6º 1% 0.29% -
HSV(B) 73.6º 1% 0.59% -
XYZ 18.11 25.53 3.97 -
YUV 122.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 116 150 0 0.23 0 1 0.41 73.6 1 0.29
Hex 74 96 0 17 0 64 29 4A 64 1D
Octal 164 226 0 27 0 144 51 112 144 35
Binary 1110100 10010110 0 10111 0 1100100 101001 1001010 1100100 11101

Color Harmonies of #749600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749600

Black with #749600

Text Example


Text Example

White with #749600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749600; }

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

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

background-color css

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

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

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

border-color css

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

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

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