Html Css Color HEX #7B9F1E Lima

📋 copy color: '#7B9F1E'

red 123 ◦ green 159 ◦ blue 30

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

Shades of Lima #7B9F1E

Tints of Lima #7B9F1E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.96%

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

R = 39.42%
G = 50.96%
B = 9.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#7B9F1E (or 0x7B9F1E) is known color: Lima. HEX triplet: 7B, 9F and 1E. RGB value is (123,159,30). Sum of RGB (Red+Green+Blue) = 123+159+30=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9F1E is #8460E1. Grayscale: #868686. Windows color (decimal): -8675554 or 2006907. OLE color: 2006907.

HSL color Cylindrical-coordinate representation of color #7B9F1E: hue angle of 76.74º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B9F1E is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 159 30 -
CMYK 0.23 0 0.81 0.38
HSL 76.74º 0.68% 0.37% -
HSV(B) 76.74º 0.81% 0.62% -
XYZ 20.8 29.1 5.75 -
YUV 133.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 123 159 30 0.23 0 0.81 0.38 76.74 0.68 0.37
Hex 7B 9F 1E 17 0 51 26 4D 44 25
Octal 173 237 36 27 0 121 46 115 104 45
Binary 1111011 10011111 11110 10111 0 1010001 100110 1001101 1000100 100101

Color Harmonies of #7B9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9F1E

Black with #7B9F1E

Text Example


Text Example

White with #7B9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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