Html Css Color HEX #759622 Olive Drab

📋 copy color: '#759622'

red 117 ◦ green 150 ◦ blue 34

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

Shades of Olive Drab #759622

Tints of Olive Drab #759622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 38.87%
G = 49.83%
B = 11.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#759622 (or 0x759622) is known color: Olive Drab. HEX triplet: 75, 96 and 22. RGB value is (117,150,34). Sum of RGB (Red+Green+Blue) = 117+150+34=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #759622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759622 is #8A69DD. Grayscale: #7F7F7F. Windows color (decimal): -9071070 or 2266741. OLE color: 2266741.

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

Color convert

RGB 117 150 34 -
CMYK 0.22 0 0.77 0.41
HSL 77.07º 0.63% 0.36% -
HSV(B) 77.07º 0.77% 0.59% -
XYZ 18.53 25.71 5.5 -
YUV 126.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 117 150 34 0.22 0 0.77 0.41 77.07 0.63 0.36
Hex 75 96 22 16 0 4D 29 4D 3F 24
Octal 165 226 42 26 0 115 51 115 77 44
Binary 1110101 10010110 100010 10110 0 1001101 101001 1001101 111111 100100

Color Harmonies of #759622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759622

Black with #759622

Text Example


Text Example

White with #759622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759622; }

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

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

background-color css

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

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

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

border-color css

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

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

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