Html Css Color HEX #759400 Olive

📋 copy color: '#759400'

red 117 ◦ green 148 ◦ blue 0

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

Shades of Olive #759400

Tints of Olive #759400

RGB

 RED value IS 117 (46.09% from 255) = 44.15%

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 44.15%
G = 55.85%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#759400 (or 0x759400) is known color: Olive. HEX triplet: 75, 94 and 00. RGB value is (117,148,0). Sum of RGB (Red+Green+Blue) = 117+148+0=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #759400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759400 is #8A6BFF. Grayscale: #7A7A7A. Windows color (decimal): -9071616 or 38005. OLE color: 38005.

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

Color convert

RGB 117 148 0 -
CMYK 0.21 0 1 0.42
HSL 72.57º 1% 0.29% -
HSV(B) 72.57º 1% 0.58% -
XYZ 17.93 24.96 3.87 -
YUV 121.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 117 148 0 0.21 0 1 0.42 72.57 1 0.29
Hex 75 94 0 15 0 64 2A 49 64 1D
Octal 165 224 0 25 0 144 52 111 144 35
Binary 1110101 10010100 0 10101 0 1100100 101010 1001001 1100100 11101

Color Harmonies of #759400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759400

Black with #759400

Text Example


Text Example

White with #759400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759400; }

 p { color: rgb(117,148,0); }

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

background-color css

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

 a { background-color: rgb(117,148,0); }

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

border-color css

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

 span { border-color: rgb(117,148,0); }

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