Html Css Color HEX #7B941E Olive Drab

📋 copy color: '#7B941E'

red 123 ◦ green 148 ◦ blue 30

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

Shades of Olive Drab #7B941E

Tints of Olive Drab #7B941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 40.86%
G = 49.17%
B = 9.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#7B941E (or 0x7B941E) is known color: Olive Drab. HEX triplet: 7B, 94 and 1E. RGB value is (123,148,30). Sum of RGB (Red+Green+Blue) = 123+148+30=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #7B941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B941E is #846BE1. Grayscale: #7F7F7F. Windows color (decimal): -8678370 or 2004091. OLE color: 2004091.

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

Color convert

RGB 123 148 30 -
CMYK 0.17 0 0.80 0.42
HSL 72.71º 0.66% 0.35% -
HSV(B) 72.71º 0.8% 0.58% -
XYZ 18.99 25.48 5.15 -
YUV 127.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 123 148 30 0.17 0 0.80 0.42 72.71 0.66 0.35
Hex 7B 94 1E 11 0 50 2A 49 42 23
Octal 173 224 36 21 0 120 52 111 102 43
Binary 1111011 10010100 11110 10001 0 1010000 101010 1001001 1000010 100011

Color Harmonies of #7B941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B941E

Black with #7B941E

Text Example


Text Example

White with #7B941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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