Html Css Color HEX #749605 Olive

📋 copy color: '#749605'

red 116 ◦ green 150 ◦ blue 5

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

Shades of Olive #749605

Tints of Olive #749605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 42.8%
G = 55.35%
B = 1.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#749605 (or 0x749605) is known color: Olive. HEX triplet: 74, 96 and 05. RGB value is (116,150,5). Sum of RGB (Red+Green+Blue) = 116+150+5=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #749605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749605 is #8B69FA. Grayscale: #7B7B7B. Windows color (decimal): -9136635 or 366196. OLE color: 366196.

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

Color convert

RGB 116 150 5 -
CMYK 0.23 0 0.97 0.41
HSL 74.07º 0.94% 0.3% -
HSV(B) 74.07º 0.97% 0.59% -
XYZ 18.14 25.54 4.12 -
YUV 123.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 116 150 5 0.23 0 0.97 0.41 74.07 0.94 0.3
Hex 74 96 5 17 0 61 29 4A 5E 1E
Octal 164 226 5 27 0 141 51 112 136 36
Binary 1110100 10010110 101 10111 0 1100001 101001 1001010 1011110 11110

Color Harmonies of #749605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749605

Black with #749605

Text Example


Text Example

White with #749605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749605; }

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

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

background-color css

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

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

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

border-color css

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

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

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