Html Css Color HEX #7B9320 Olive Drab

📋 copy color: '#7B9320'

red 123 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #7B9320

Tints of Olive Drab #7B9320

RGB

 RED value IS 123 (48.44% from 255) = 40.73%

 GREEN value IS 147 (57.81% from 255) = 48.68%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 40.73%
G = 48.68%
B = 10.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#7B9320 (or 0x7B9320) is known color: Olive Drab. HEX triplet: 7B, 93 and 20. RGB value is (123,147,32). Sum of RGB (Red+Green+Blue) = 123+147+32=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9320 is #846CDF. Grayscale: #7F7F7F. Windows color (decimal): -8678624 or 2134907. OLE color: 2134907.

HSL color Cylindrical-coordinate representation of color #7B9320: hue angle of 72.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B9320 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 32 -
CMYK 0.16 0 0.78 0.42
HSL 72.52º 0.64% 0.35% -
HSV(B) 72.52º 0.78% 0.58% -
XYZ 18.86 25.18 5.23 -
YUV 126.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 123 147 32 0.16 0 0.78 0.42 72.52 0.64 0.35
Hex 7B 93 20 10 0 4E 2A 49 40 23
Octal 173 223 40 20 0 116 52 111 100 43
Binary 1111011 10010011 100000 10000 0 1001110 101010 1001001 1000000 100011

Color Harmonies of #7B9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9320

Black with #7B9320

Text Example


Text Example

White with #7B9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9320; }

 p { color: rgb(123,147,32); }

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

background-color css

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

 a { background-color: rgb(123,147,32); }

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

border-color css

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

 span { border-color: rgb(123,147,32); }

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