Html Css Color HEX #759822 Olive Drab

📋 copy color: '#759822'

red 117 ◦ green 152 ◦ blue 34

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

Shades of Olive Drab #759822

Tints of Olive Drab #759822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

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

R = 38.61%
G = 50.17%
B = 11.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#759822 (or 0x759822) is known color: Olive Drab. HEX triplet: 75, 98 and 22. RGB value is (117,152,34). Sum of RGB (Red+Green+Blue) = 117+152+34=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #759822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759822 is #8A67DD. Grayscale: #808080. Windows color (decimal): -9070558 or 2267253. OLE color: 2267253.

HSL color Cylindrical-coordinate representation of color #759822: hue angle of 77.8º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #759822 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 34 -
CMYK 0.23 0 0.78 0.40
HSL 77.8º 0.63% 0.36% -
HSV(B) 77.8º 0.78% 0.6% -
XYZ 18.85 26.35 5.61 -
YUV 128.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 117 152 34 0.23 0 0.78 0.40 77.8 0.63 0.36
Hex 75 98 22 17 0 4E 28 4E 3F 24
Octal 165 230 42 27 0 116 50 116 77 44
Binary 1110101 10011000 100010 10111 0 1001110 101000 1001110 111111 100100

Color Harmonies of #759822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759822

Black with #759822

Text Example


Text Example

White with #759822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759822; }

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

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

background-color css

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

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

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

border-color css

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

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

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