Html Css Color HEX #759607 Olive Drab

📋 copy color: '#759607'

red 117 ◦ green 150 ◦ blue 7

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

Shades of Olive Drab #759607

Tints of Olive Drab #759607

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.74%

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

R = 42.7%
G = 54.74%
B = 2.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#759607 (or 0x759607) is known color: Olive Drab. HEX triplet: 75, 96 and 07. RGB value is (117,150,7). Sum of RGB (Red+Green+Blue) = 117+150+7=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #759607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759607 is #8A69F8. Grayscale: #7C7C7C. Windows color (decimal): -9071097 or 497269. OLE color: 497269.

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

Color convert

RGB 117 150 7 -
CMYK 0.22 0 0.95 0.41
HSL 73.85º 0.91% 0.31% -
HSV(B) 73.85º 0.95% 0.59% -
XYZ 18.28 25.61 4.18 -
YUV 123.83 62.07 123.13 -
System Red Green Blue C M Y K H S L
Decimal 117 150 7 0.22 0 0.95 0.41 73.85 0.91 0.31
Hex 75 96 7 16 0 5F 29 4A 5B 1F
Octal 165 226 7 26 0 137 51 112 133 37
Binary 1110101 10010110 111 10110 0 1011111 101001 1001010 1011011 11111

Color Harmonies of #759607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759607

Black with #759607

Text Example


Text Example

White with #759607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759607; }

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

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

background-color css

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

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

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

border-color css

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

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

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