Html Css Color HEX #739422 Olive Drab

📋 copy color: '#739422'

red 115 ◦ green 148 ◦ blue 34

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

Shades of Olive Drab #739422

Tints of Olive Drab #739422

RGB

 RED value IS 115 (45.31% from 255) = 38.72%

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

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

R = 38.72%
G = 49.83%
B = 11.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#739422 (or 0x739422) is known color: Olive Drab. HEX triplet: 73, 94 and 22. RGB value is (115,148,34). Sum of RGB (Red+Green+Blue) = 115+148+34=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #739422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739422 is #8C6BDD. Grayscale: #7D7D7D. Windows color (decimal): -9202654 or 2266227. OLE color: 2266227.

HSL color Cylindrical-coordinate representation of color #739422: hue angle of 77.37º 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 #739422 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 34 -
CMYK 0.22 0 0.77 0.42
HSL 77.37º 0.63% 0.36% -
HSV(B) 77.37º 0.77% 0.58% -
XYZ 17.95 24.94 5.38 -
YUV 125.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 115 148 34 0.22 0 0.77 0.42 77.37 0.63 0.36
Hex 73 94 22 16 0 4D 2A 4D 3F 24
Octal 163 224 42 26 0 115 52 115 77 44
Binary 1110011 10010100 100010 10110 0 1001101 101010 1001101 111111 100100

Color Harmonies of #739422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739422

Black with #739422

Text Example


Text Example

White with #739422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739422; }

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

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

background-color css

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

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

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

border-color css

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

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

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