Html Css Color HEX #749700 Olive

📋 copy color: '#749700'

red 116 ◦ green 151 ◦ blue 0

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

Shades of Olive #749700

Tints of Olive #749700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.45%
G = 56.55%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#749700 (or 0x749700) is known color: Olive. HEX triplet: 74, 97 and 00. RGB value is (116,151,0). Sum of RGB (Red+Green+Blue) = 116+151+0=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #749700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749700 is #8B68FF. Grayscale: #7B7B7B. Windows color (decimal): -9136384 or 38772. OLE color: 38772.

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

Color convert

RGB 116 151 0 -
CMYK 0.23 0 1 0.41
HSL 73.91º 1% 0.3% -
HSV(B) 73.91º 1% 0.59% -
XYZ 18.27 25.85 4.03 -
YUV 123.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 116 151 0 0.23 0 1 0.41 73.91 1 0.3
Hex 74 97 0 17 0 64 29 4A 64 1E
Octal 164 227 0 27 0 144 51 112 144 36
Binary 1110100 10010111 0 10111 0 1100100 101001 1001010 1100100 11110

Color Harmonies of #749700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749700

Black with #749700

Text Example


Text Example

White with #749700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749700; }

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

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

background-color css

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

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

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

border-color css

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

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

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