Html Css Color HEX #759507 Olive

📋 copy color: '#759507'

red 117 ◦ green 149 ◦ blue 7

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

Shades of Olive #759507

Tints of Olive #759507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.58%

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

R = 42.86%
G = 54.58%
B = 2.56%

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

#759507 (or 0x759507) is known color: Olive. HEX triplet: 75, 95 and 07. RGB value is (117,149,7). Sum of RGB (Red+Green+Blue) = 117+149+7=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #759507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759507 is #8A6AF8. Grayscale: #7B7B7B. Windows color (decimal): -9071353 or 497013. OLE color: 497013.

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

Color convert

RGB 117 149 7 -
CMYK 0.21 0 0.95 0.42
HSL 73.52º 0.91% 0.31% -
HSV(B) 73.52º 0.95% 0.58% -
XYZ 18.12 25.29 4.13 -
YUV 123.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 117 149 7 0.21 0 0.95 0.42 73.52 0.91 0.31
Hex 75 95 7 15 0 5F 2A 4A 5B 1F
Octal 165 225 7 25 0 137 52 112 133 37
Binary 1110101 10010101 111 10101 0 1011111 101010 1001010 1011011 11111

Color Harmonies of #759507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759507

Black with #759507

Text Example


Text Example

White with #759507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759507; }

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

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

background-color css

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

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

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

border-color css

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

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

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