Html Css Color HEX #7B941F Olive Drab

📋 copy color: '#7B941F'

red 123 ◦ green 148 ◦ blue 31

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

Shades of Olive Drab #7B941F

Tints of Olive Drab #7B941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 40.73%
G = 49.01%
B = 10.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#7B941F (or 0x7B941F) is known color: Olive Drab. HEX triplet: 7B, 94 and 1F. RGB value is (123,148,31). Sum of RGB (Red+Green+Blue) = 123+148+31=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #7B941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B941F is #846BE0. Grayscale: #7F7F7F. Windows color (decimal): -8678369 or 2069627. OLE color: 2069627.

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

Color convert

RGB 123 148 31 -
CMYK 0.17 0 0.79 0.42
HSL 72.82º 0.65% 0.35% -
HSV(B) 72.82º 0.79% 0.58% -
XYZ 19.01 25.49 5.21 -
YUV 127.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 123 148 31 0.17 0 0.79 0.42 72.82 0.65 0.35
Hex 7B 94 1F 11 0 4F 2A 49 41 23
Octal 173 224 37 21 0 117 52 111 101 43
Binary 1111011 10010100 11111 10001 0 1001111 101010 1001001 1000001 100011

Color Harmonies of #7B941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B941F

Black with #7B941F

Text Example


Text Example

White with #7B941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,31); }

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

background-color css

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

 a { background-color: rgb(123,148,31); }

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

border-color css

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

 span { border-color: rgb(123,148,31); }

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