Html Css Color HEX #749901 Olive

📋 copy color: '#749901'

red 116 ◦ green 153 ◦ blue 1

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

Shades of Olive #749901

Tints of Olive #749901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 42.96%
G = 56.67%
B = 0.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#749901 (or 0x749901) is known color: Olive. HEX triplet: 74, 99 and 01. RGB value is (116,153,1). Sum of RGB (Red+Green+Blue) = 116+153+1=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #749901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749901 is #8B66FE. Grayscale: #7D7D7D. Windows color (decimal): -9135871 or 104820. OLE color: 104820.

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

Color convert

RGB 116 153 1 -
CMYK 0.24 0 0.99 0.4
HSL 74.61º 0.99% 0.3% -
HSV(B) 74.61º 0.99% 0.6% -
XYZ 18.6 26.5 4.16 -
YUV 124.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 116 153 1 0.24 0 0.99 0.4 74.61 0.99 0.3
Hex 74 99 1 18 0 63 28 4B 63 1E
Octal 164 231 1 30 0 143 50 113 143 36
Binary 1110100 10011001 1 11000 0 1100011 101000 1001011 1100011 11110

Color Harmonies of #749901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749901

Black with #749901

Text Example


Text Example

White with #749901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749901; }

 p { color: rgb(116,153,1); }

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

background-color css

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

 a { background-color: rgb(116,153,1); }

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

border-color css

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

 span { border-color: rgb(116,153,1); }

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