Html Css Color HEX #749001 Olive

📋 copy color: '#749001'

red 116 ◦ green 144 ◦ blue 1

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

Shades of Olive #749001

Tints of Olive #749001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.17%

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

R = 44.44%
G = 55.17%
B = 0.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#749001 (or 0x749001) is known color: Olive. HEX triplet: 74, 90 and 01. RGB value is (116,144,1). Sum of RGB (Red+Green+Blue) = 116+144+1=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #749001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749001 is #8B6FFE. Grayscale: #777777. Windows color (decimal): -9138175 or 102516. OLE color: 102516.

HSL color Cylindrical-coordinate representation of color #749001: hue angle of 71.75º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749001 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 1 -
CMYK 0.19 0 0.99 0.44
HSL 71.75º 0.99% 0.28% -
HSV(B) 71.75º 0.99% 0.56% -
XYZ 17.18 23.66 3.69 -
YUV 119.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 116 144 1 0.19 0 0.99 0.44 71.75 0.99 0.28
Hex 74 90 1 13 0 63 2C 48 63 1C
Octal 164 220 1 23 0 143 54 110 143 34
Binary 1110100 10010000 1 10011 0 1100011 101100 1001000 1100011 11100

Color Harmonies of #749001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749001

Black with #749001

Text Example


Text Example

White with #749001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749001; }

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

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

background-color css

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

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

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

border-color css

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

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

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