Html Css Color HEX #759407 Olive

📋 copy color: '#759407'

red 117 ◦ green 148 ◦ blue 7

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

Shades of Olive #759407

Tints of Olive #759407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 43.01%
G = 54.41%
B = 2.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#759407 (or 0x759407) is known color: Olive. HEX triplet: 75, 94 and 07. RGB value is (117,148,7). Sum of RGB (Red+Green+Blue) = 117+148+7=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #759407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759407 is #8A6BF8. Grayscale: #7B7B7B. Windows color (decimal): -9071609 or 496757. OLE color: 496757.

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

Color convert

RGB 117 148 7 -
CMYK 0.21 0 0.95 0.42
HSL 73.19º 0.91% 0.3% -
HSV(B) 73.19º 0.95% 0.58% -
XYZ 17.96 24.98 4.08 -
YUV 122.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 117 148 7 0.21 0 0.95 0.42 73.19 0.91 0.3
Hex 75 94 7 15 0 5F 2A 49 5B 1E
Octal 165 224 7 25 0 137 52 111 133 36
Binary 1110101 10010100 111 10101 0 1011111 101010 1001001 1011011 11110

Color Harmonies of #759407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759407

Black with #759407

Text Example


Text Example

White with #759407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759407; }

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

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

background-color css

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

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

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

border-color css

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

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

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