Html Css Color HEX #749201 Olive

📋 copy color: '#749201'

red 116 ◦ green 146 ◦ blue 1

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

Shades of Olive #749201

Tints of Olive #749201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.51%

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

R = 44.11%
G = 55.51%
B = 0.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#749201 (or 0x749201) is known color: Olive. HEX triplet: 74, 92 and 01. RGB value is (116,146,1). Sum of RGB (Red+Green+Blue) = 116+146+1=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #749201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749201 is #8B6DFE. Grayscale: #797979. Windows color (decimal): -9137663 or 103028. OLE color: 103028.

HSL color Cylindrical-coordinate representation of color #749201: hue angle of 72.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749201 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 1 -
CMYK 0.21 0 0.99 0.43
HSL 72.41º 0.99% 0.29% -
HSV(B) 72.41º 0.99% 0.57% -
XYZ 17.49 24.27 3.79 -
YUV 120.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 116 146 1 0.21 0 0.99 0.43 72.41 0.99 0.29
Hex 74 92 1 15 0 63 2B 48 63 1D
Octal 164 222 1 25 0 143 53 110 143 35
Binary 1110100 10010010 1 10101 0 1100011 101011 1001000 1100011 11101

Color Harmonies of #749201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749201

Black with #749201

Text Example


Text Example

White with #749201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749201; }

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

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

background-color css

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

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

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

border-color css

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

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

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