Html Css Color HEX #7B931F Olive Drab

📋 copy color: '#7B931F'

red 123 ◦ green 147 ◦ blue 31

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

Shades of Olive Drab #7B931F

Tints of Olive Drab #7B931F

RGB

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

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

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

R = 40.86%
G = 48.84%
B = 10.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#7B931F (or 0x7B931F) is known color: Olive Drab. HEX triplet: 7B, 93 and 1F. RGB value is (123,147,31). Sum of RGB (Red+Green+Blue) = 123+147+31=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #7B931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B931F is #846CE0. Grayscale: #7F7F7F. Windows color (decimal): -8678625 or 2069371. OLE color: 2069371.

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

Color convert

RGB 123 147 31 -
CMYK 0.16 0 0.79 0.42
HSL 72.41º 0.65% 0.35% -
HSV(B) 72.41º 0.79% 0.58% -
XYZ 18.85 25.18 5.16 -
YUV 126.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 123 147 31 0.16 0 0.79 0.42 72.41 0.65 0.35
Hex 7B 93 1F 10 0 4F 2A 48 41 23
Octal 173 223 37 20 0 117 52 110 101 43
Binary 1111011 10010011 11111 10000 0 1001111 101010 1001000 1000001 100011

Color Harmonies of #7B931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B931F

Black with #7B931F

Text Example


Text Example

White with #7B931F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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