Html Css Color HEX #759422 Olive Drab

📋 copy color: '#759422'

red 117 ◦ green 148 ◦ blue 34

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

Shades of Olive Drab #759422

Tints of Olive Drab #759422

RGB

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

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

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

R = 39.13%
G = 49.5%
B = 11.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#759422 (or 0x759422) is known color: Olive Drab. HEX triplet: 75, 94 and 22. RGB value is (117,148,34). Sum of RGB (Red+Green+Blue) = 117+148+34=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #759422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759422 is #8A6BDD. Grayscale: #7E7E7E. Windows color (decimal): -9071582 or 2266229. OLE color: 2266229.

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

Color convert

RGB 117 148 34 -
CMYK 0.21 0 0.77 0.42
HSL 76.32º 0.63% 0.36% -
HSV(B) 76.32º 0.77% 0.58% -
XYZ 18.21 25.08 5.39 -
YUV 125.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 117 148 34 0.21 0 0.77 0.42 76.32 0.63 0.36
Hex 75 94 22 15 0 4D 2A 4C 3F 24
Octal 165 224 42 25 0 115 52 114 77 44
Binary 1110101 10010100 100010 10101 0 1001101 101010 1001100 111111 100100

Color Harmonies of #759422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759422

Black with #759422

Text Example


Text Example

White with #759422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759422; }

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

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

background-color css

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

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

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

border-color css

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

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

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