Html Css Color HEX #749701 Olive

📋 copy color: '#749701'

red 116 ◦ green 151 ◦ blue 1

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

Shades of Olive #749701

Tints of Olive #749701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

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

R = 43.28%
G = 56.34%
B = 0.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#749701 (or 0x749701) is known color: Olive. HEX triplet: 74, 97 and 01. RGB value is (116,151,1). Sum of RGB (Red+Green+Blue) = 116+151+1=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #749701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749701 is #8B68FE. Grayscale: #7B7B7B. Windows color (decimal): -9136383 or 104308. OLE color: 104308.

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

Color convert

RGB 116 151 1 -
CMYK 0.23 0 0.99 0.41
HSL 74º 0.99% 0.3% -
HSV(B) 74º 0.99% 0.59% -
XYZ 18.27 25.85 4.05 -
YUV 123.44 58.9 122.7 -
System Red Green Blue C M Y K H S L
Decimal 116 151 1 0.23 0 0.99 0.41 74 0.99 0.3
Hex 74 97 1 17 0 63 29 4A 63 1E
Octal 164 227 1 27 0 143 51 112 143 36
Binary 1110100 10010111 1 10111 0 1100011 101001 1001010 1100011 11110

Color Harmonies of #749701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749701

Black with #749701

Text Example


Text Example

White with #749701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749701; }

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

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

background-color css

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

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

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

border-color css

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

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

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